var theAgent=navigator.userAgent;


document.write("<STYLE TYPE='text/css'><!--")

if(theAgent.indexOf('Mac')>=0){

	if(navigator.appName.charAt(0) == "M"){

	//for Macintosh IE

	document.write(".menu{font-size:12px; line-height:18px; color:#FFFFFF}")
	document.write(".copy{font-size:09px; line-height:14px; color:#000000}")
	
	document.write(".css1{font-size:10px; line-height:13px; color:#000000}")

	document.write(".css2{font-size:11px; line-height:14px;}")

	document.write(".css3{font-size:12px; line-height:15px; color:#000000}")

	document.write(".css4{font-size:13px; line-height:16px; color:#000000}")

	document.write(".css5{font-size:16px; line-height:18px; color:#000000}")

	}



	if(navigator.appName.charAt(0) == "N"){

	//for Macintosh NS

	document.write(".menu{font-size:12px; line-height:18px; color:#FFFFFF}")
	document.write(".copy{font-size:12px; line-height:15px; color:#000000}")

	document.write(".css1{font-size:08px; line-height:13px; color:#000000}")

	document.write(".css2{font-size:09px; line-height:14px;}")

	document.write(".css3{font-size:10px; line-height:15px; color:#000000}")

	document.write(".css4{font-size:11px; line-height:16px; color:#000000}")

	document.write(".css5{font-size:12px; line-height:17px; color:#000000}")

	

	}

	}



if(theAgent.indexOf('Win')>=0){

	if(navigator.appName.charAt(0) == "M"){

	//for Windows IE
	
	document.write(".menu{font-size:12px; line-height:18px; color:#FFFFFF}")
	document.write(".copy{font-size:10px; line-height:15px; color:#000000}")

	document.write(".css1{font-size:10px; line-height:13px; color:#000000}")

	document.write(".css2{font-size:11px; line-height:14px;}")

	document.write(".css3{font-size:12px; line-height:15px; color:#000000}")

	document.write(".css4{font-size:13px; line-height:16px; color:#000000}")

	document.write(".css5{font-size:14px; line-height:17px; color:#000000}")

	}

	if(navigator.appName.charAt(0) == "N"){

	//for Windows NS
	
	document.write(".menu{font-size:12px; line-height:18px; color:#FFFFFF}")
	document.write(".copy{font-size:10px; line-height:15px; color:#000000}")

	document.write(".css1{font-size:10px; line-height:13px; color:#000000}")

	document.write(".css2{font-size:11px; line-height:14px;}")

	document.write(".css3{font-size:12px; line-height:15px; color:#000000}")

	document.write(".css4{font-size:13px; line-height:16px; color:#000000}")

	document.write(".css5{font-size:14px; line-height:17px; color:#000000}")

	}

}
var action = false;
function NewWin(url,target) {
var win_attr = 'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=1,width=500,height=450';
newWindow=open(url, target, win_attr);
}
document.write("--></STYLE>");


