var Plat = navigator.appVersion.indexOf('Mac') != -1 ? "Mac" : "PC";var Brow = navigator.appName.indexOf('Netscape') != -1 ? "NN" : "IE";function OpenWin(){	if (Brow == "IE"){		if (Plat == "PC"){		window.open("../terms.html","01Win","scrollbars=yes,width=400,height=480,top=0,left=0");		} else {		window.open("../terms.html","01Win","scrollbars=yes,width=400,height=480,top=0,left=0");}	} else {	window.open("../terms.html","01Win","scrollbars=yes,width=400,height=480,top=0,left=0");	} }