if (window.screen.width<=800) {r = '800';} else {r = '1024';} 
document.write("<link rel=\"stylesheet\" href=\"/css/body"+r+".css\" type=\"text/css\" />");

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}

function movepic(img_name,img_src) {
document[img_name].src=img_src;
}

//function startGA() 
//{ 
//    pageTracker = _gat._getTracker("UA-nnnnnn-nn"); 
//    pageTracker._setLocalRemoteServerMode();
//    pageTracker._initData(); 
//    pageTracker._trackPageview(); 
//} 

//-- Urchin Tracking Module 6.1 (UTM 6.1) $Revision: 1.24 $
//-- Copyright 2004 Urchin Software Corporation, All Rights Reserved.


