var os = (navigator.appVersion.indexOf ("Win", 0) != -1) ? "win" : "mac";document.write ('<link rel="stylesheet" type="text/css" href="/p/common/css/' + os + '.css">');function ShowFlash(Src, Width, Height, Quality) {var Target = Src;document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='" + Width + "' height='" + Height + "' codebase='//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0'>"+ "<param name='movie' value='" + Target + "'>"+ "<param name='quality' value='" + Quality + "'>"+ "<param name='menu' value='false'>"+ "<param name='wmode' value='transparent'>"+ "<embed src='" + Target + "' quality='" + Height + "' width='" + Width + "' height='" + Height + "' menu='false' wmode='transparent' pluginspage='//www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>");}function pop(url) {w = window.open(url, 'win1','width=680,height=580,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');w.focus();}function subWin(wURL,wName,woption){window.open(wURL,wName,woption);}/*Standards Compliant Rollover ScriptAuthor : Daniel Nolanhttp://www.bleedingego.co.uk/webdev.php*//* Rollover Menu */function initRollovers() {	if (!document.getElementById) return		var aPreLoad = new Array();	var sTempSrc;	var aImages = document.getElementsByTagName('img');	for (var i = 0; i < aImages.length; i++) {				if (aImages[i].className == 'btno') {			var src = aImages[i].getAttribute('src');			var ftype = src.substring(src.lastIndexOf('.'), src.length);			var hsrc = src.replace(ftype, '_o'+ftype);			aImages[i].setAttribute('hsrc', hsrc);						aPreLoad[i] = new Image();			aPreLoad[i].src = hsrc;						aImages[i].onmouseover = function() {				sTempSrc = this.getAttribute('src');				this.setAttribute('src', this.getAttribute('hsrc'));			}							aImages[i].onmouseout = function() {				if (!sTempSrc) sTempSrc = this.getAttribute('src').replace('_o'+ftype, ftype);				this.setAttribute('src', sTempSrc);			}		}	}}window.onload = initRollovers;