var clearImage = new Array(1);clearImage[1] = new Image();clearImage[1].src = "/images/blank.gif";function WritePad(PadPlace, PadWidth, PadHeight) {	document.write('<a href="#null" onMouseOut="topNav(\'' +PadPlace+ '\',\'off\');"');	document.write(' onMouseOver="topNav(\'' +PadPlace+ '\',\'on\');">');	document.write('<img src="/images/blank.gif" width="' +PadWidth+ '" ');	document.write('height="' +PadHeight+ '" ');	document.write('border="0"><\/a>');	}function WriteSpan(SpanId, SpanZ) 	{	document.write('<span ID="');	document.write(SpanId);	document.write('" style="position:absolute; left:0; top:0; z-Index:');	document.write(SpanZ);	document.write('">');	}		function WriteNavTable(TableType, TableTop, TableLeft, TableVisibility, TablezIndex, ShortId)	{	if (TableType==1)		{		browsa="NavLayer"		browsb="NavDiv"		}	else	{		browsa="MenuLayer"		browsb="MenuDiv"		}	if ((isNS) && (navversion < 5) ) {	var LongId = ShortId + browsa;	var OutputCode = "";		OutputCode = '<layer id="' +LongId+ '" top="' +TableTop+ '" left="' +TableLeft;	OutputCode = OutputCode + '" visibility="' +TableVisibility+ '" zIndex="' +TablezIndex + '"';        ShortIdon  = '\'' +ShortId+ '\' , \'on\'';         ShortIdoff = '\'' +ShortId+ '\' , \'off\'';                OutputCode = OutputCode + ' onMouseOut="topNav(' +ShortIdoff+ ');" ';            OutputCode = OutputCode + ' onMouseOver="topNav(' +ShortIdon+ ');"> ';  	document.write(OutputCode);//	return OutputCode;		}	else	{	var LongId = ShortId + browsb;	if (TableVisibility == "hide") {TableVisibility = "hidden";};        if (TableVisibility == "show") {TableVisibility = "visible";};	document.write('<div id="' +LongId+ '" style="position:absolute; top:' +TableTop+ '; left:');	document.write(TableLeft+ '; visibility:' +TableVisibility+ '; z-Index:' +TablezIndex+ ';"');//	document.write('>');        document.write(' onMouseOut="topNav(\'' +ShortId+ '\',\'off\');"');        document.write(' onMouseOver="topNav(\'' +ShortId+ '\',\'on\');">');		}	}