if ((browser.isIE55 || browser.isIE6up) && browser.isWin){	var pngAlpha = true;}function over_orph(){	document.getElementById("thebody").style.backgroundColor="#330066";}function out_orph(){	document.getElementById("thebody").style.backgroundColor="#000000";}function cross(imgloc, imgid, imgx, imgy){	var offx = -(imgx / 2);	var offy = -(imgy / 2);	if (pngAlpha)		document.write('<div class="'+imgid+'" style="width: '+imgx+'px; height: '+imgy+'px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\''+imgloc+'\',sizingMethod=\'scale\'); top:'+offy+'; left:'+offx+';" border=0></div>');	else		document.write('<img src="'+imgloc+'" class="'+imgid+'" border=0 style="top:'+offy+'; left:'+offx+';">');}