bVer = parseInt(navigator.appVersion);
if (!((navigator.appVersion.indexOf("MSIE") == -1)&&(navigator.appVersion.substring(0,3)-4.8<0))){
	sOut="";
	document.write("<SCRIPT LANGUAGE=\"JavaScript1.2\" SRC=\"unlayered.js\"><\/SCRIPT>");
	document.write("<style>");
	if (!(navigator.appVersion.indexOf("MSIE") == -1)) {
		document.write("div.content {	width:746px; }");			
		document.write("div.chooseg {	width:343px; }");			
		document.write("div.chooseb {	width:394px;margin-left:10px; }");			
	} else {
		document.write("div.content {	width:746px; }");			
		document.write("div.chooseg {	width:333px; }");			
		document.write("div.chooseb {	width:364px;margin-left:10px; }");			
	}
	document.write("</style>");
} else {
//netscape <4.8 on PC
	sOut="This site works best with modern browsers. Some features may not work properly with Netscape 4.x. ";			
	document.write("<style>");
	document.write("div.content {	width:726px; }");			
	document.write("div.chooseg {	width:333px; }");			
	document.write("div.chooseb {	width:345px;margin-left:10px; }");			
	document.write("</style>");

}

function getObject(sID) {
if (document.layers) {
return document.layers[sID];
} else if (document.all) {
return document.all(sID).style;
} else if (document.getElementById) {
return document.getElementById(sID).style;
}
}

