function correctPNG() // correctly handle PNG transparency in Win IE 5.5 or higher.   {   for(var i=0; i<document.images.length; i++)      {	  var img = document.images[i]	  var imgName = img.src.toUpperCase()	  if (imgName.substring(imgName.length-3, imgName.length) == "PNG")	     {		 var imgID = (img.id) ? "id='" + img.id + "' " : ""		 var imgClass = (img.className) ? "class='" + img.className + "' " : ""		 var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "		 var imgStyle = "display:inline-block;" + img.style.cssText 		 if (img.align == "left") imgStyle = "float:left;" + imgStyle		 if (img.align == "right") imgStyle = "float:right;" + imgStyle		 if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle				 var strNewHTML = "<span " + imgID + imgClass + imgTitle		 + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"	     + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"		 + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 		 img.outerHTML = strNewHTML		 i = i-1	     }      }   }window.attachEvent("onload", correctPNG);var timer;var kosar;var couch;var sipe;var piholder;var titleholder;var timer;var pictimer;function delay_of_game() {	if(kosar) {kosar.style.borderBottom = kosar["jersey"];}	if(couch) {couch.style.borderBottom = couch["jersey"];}	if(sipe) {sipe.style.borderBottom = sipe["jersey"];}	for (i=2; i <= 9; i++) {		document.getElementById("menu_" + i).style.visibility = "hidden";	}}function showhide_menu(qb, which, current, parent, level) {	if(timer) {clearTimeout(timer);}		if(qb) {				if(level == 1) {			if(kosar && kosar["career"] == current) {				kosar.style.borderBottom = kosar["jersey"];				if(couch) {couch.style.borderBottom = couch["jersey"];}				if(sipe) {sipe.style.borderBottom = sipe["jersey"];}			}			kosar = qb;			kosar["jersey"] = 0;			kosar["career"] = current;			qb.style.borderBottom = "#DED786 solid 5px";		}				if(level == 2) {			if(couch && couch["career"] == current) {				couch.style.borderBottom = couch["jersey"];				if(sipe) {sipe.style.borderBottom = sipe["jersey"];}			}			couch = qb;			couch["jersey"] = 0;			couch["career"] = current;			qb.style.borderBottom = "#DED786 solid 5px";		}				if(level == 3) {			if(sipe && sipe["career"] == current) {				sipe.style.borderBottom = sipe["jersey"];			}			sipe = qb;			sipe["jersey"] = 0;			sipe["career"] = current;			qb.style.borderBottom = "#DED786 solid 5px";		}			}		for (i=2; i <= 9; i++) {		if (i != which && i != current && i != parent) {			document.getElementById("menu_" + i).style.visibility = "hidden";		}	}	if (which != 0) {document.getElementById("menu_" + which).style.visibility = "visible";}}function init_to() {	timer = setTimeout("delay_of_game()", 700);}function getURL(loc, win) {	if(win) {window.open(loc);}	else {window.location.href = loc;}}function imagerestore() {	document.getElementById("page_title").innerHTML = titleholder;	document.images["pic"].src = picholder;}function setdefaultpic() {	if (document.images["pic"]) {		picholder = document.images["pic"].src;		titleholder = document.getElementById("page_title").innerHTML;	}	document.getElementById("container").style.visibility = "visible";	document.getElementById("loadcover").style.visibility = "hidden";}function swap(which) {	if (pictimer) {clearTimeout(pictimer);}	if (document.images["pic"]) {		document.images["pic"].src = which;		document.getElementById("page_title").innerHTML = "";		//start timer		pictimer = setTimeout("imagerestore()", 10000);	}	else {alert ("We apologize, but your Web browser does not support this feature.");}}