function iesucks() {var arVersion = navigator.appVersion.split("MSIE");var version = parseFloat(arVersion[1]);if ((version >= 5.5) && (document.body.filters)) {   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      }   }}}function NSclick(e) {	if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)==4) { 		if (e.which == 3) {			return false;		}	}	if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)>=5) {     		if (e.button == 2 || e.button == 3) {      			e.preventDefault();			return false;  		}	}}if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)==4) { 	document.onmousedown=NSclick;	document.captureEvents(Event.MOUSEDOWN);}if (navigator.appName=="Netscape" && parseInt(navigator.appVersion)>=5) { 	document.onmouseup=NSclick;}if (navigator.appName=="Microsoft Internet Explorer") { 	document.oncontextmenu = new Function("return false;")}function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}<!--function np() {	if (!(npu == '')) document.location=npu;	takenAction = false;}function pp() {	if (!(ppu == '')) document.location=ppu;	takenAction = false;}var takenAction = false;//IE&Gecko Codefunction IEGeckoKeyPress(oEvent) {	if (!oEvent) var oEvent = window.event;	if (oEvent.keyCode) myKeyCode = oEvent.keyCode;	else if (oEvent.which) myKeyCode = oEvent.which;	if (oEvent.repeat || takenAction) {	return;	}	if (myKeyCode >= 16 && myKeyCode <= 18) { return; }	if (oEvent.shiftKey) { myKeyCode += 1000; }	if (oEvent.ctrlKey)  { myKeyCode += 2000; }	if (oEvent.altKey)   { myKeyCode += 4000; }	//alert(oEvent.type + "=" + myKeyCode);	myKeyPress(myKeyCode);}function myKeyPress(myKeyCode) {	switch (myKeyCode) {		case 39:					// RIGHT arrow		case 107:					// NUM +			takenAction = true;			np();			break;		case 37:					// LEFT arrow		case 109:					// NUM -			takenAction = true; 			pp();			break;		}}function initKeyboard() {	document.onkeydown = IEGeckoKeyPress;}-->
