//do browser detect stuff
//var isNS = (navigator.appName == "Netscape");
//var isMacIE = ( (navigator.userAgent.indexOf("IE")  > -1) && (navigator.userAgent.indexOf("Mac")  > -1) );
//var isMac = (navigator.userAgent.indexOf("Mac")  > -1);
//var isLinux = (navigator.userAgent.indexOf("Linux")  > -1);
//var isX11 = (navigator.userAgent.indexOf("IRIX")  > -1);
//var isIE = (navigator.userAgent.indexOf("IE")  > -1);
//
//
//if (isMac || isLinux) {
//	if (!isMacIE) {
//		document.writeln("<LINK rel='stylesheet' type='text/css' href='soundbytes.css' title='soundbytes_css'>");
//	} else if (navigator.userAgent.indexOf("IE 5") > -1) {
//		document.writeln("<LINK rel='stylesheet' type='text/css' href='soundbytes_pcie.css' title='soundbytes_pcie_css'>");
//	}
//} else {
//	if (isIE) {
//		document.writeln("<LINK rel='stylesheet' type='text/css' href='soundbytes_pcie.css' title='soundbytes_pcie_css'>");
//	} else {
//		document.writeln("<LINK rel='stylesheet' type='text/css' href='soundbytes_pc.css' title='soundbytes_pc_css'>");
//	}
//}

if (document.layers) onload = doOver;

function doOver() {
	setTimeout('window.onresize=reDo;',500);
}

function reDo() {
	window.location.reload();
	showGuide();
}


