	document.write("<div id='imgPic' style='position:absolute;top:138;left:0;visibility:hidden;z-index:100;'>");
	document.write("<table cellpadding=0 cellspacing=0 border=0 width=245><tr><td background='edgeTL.gif'></td><td background='edgeT.gif'><img src=mt.gif width=18 height=18 border=0></td></tr><tr><td valign=middle background=edgeL.gif><img src=mt.gif width=18 height=29 border=0></td><td bgcolor=#053214><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=4 width='224'>");
	document.write("<TR><TD background=popupb.gif><img align=right src=x.gif border='0' onmouseover='kill()'>");
	document.write("<div id='msggg' style='font-family:Comic Sans MS;font-size:13px;font-weight:normal'></div>");
	document.write("</TD></tr><TR><TD bgcolor=#666666 align=center valign=middle><img src='mo.jpg' name='pnPic' width=220 height=165></td></tr><tr><TD background=popupb.gif>");
	document.write("<div id='msgggg' style='font-family:Comic Sans MS;font-size:11px;font-weight:normal'></div>");
	document.write("</TD></tr></table></td></tr><tr><td background='edgeBL.gif'></td><td align='center' background='edgeB.gif'><img src=mt.gif width=29 height=18 border=0></td></tr></table></div>");

	document.write("<div id='infoBox' style='position:absolute;top:220;left:100;visibility:hidden;z-index:200;filter: progid:DXImageTransform.Microsoft.Shadow(color=#105010,direction=150)'>");
	document.write("<TABLE BORDER=03 CELLPADDING=0 CELLSPACING=0><tr><td><table border=0 width='400' height=100 cellpadding=3 background=notebook.gif>");
	document.write("<TR><TD WIDTH=50><img src=mt.gif width=50 border=0></TD><TD valign=top><img align=right src=x.gif border='0' onmouseover='killInfo()'>");
	document.write("<div id='infoText' style='font-family:Comic Sans MS;font-size:14px;font-weight:normal;color:#053214;vlink:#053214'></div>");
	document.write("</TD></tr></table></td></tr></table></div>");

function popup(spotNum){
var rightedge=document.body.clientWidth
	spotNm=spotNum
	img="b"+spotNum+".jpg"
	pre1="inside"+spotNum+".jpg"
	pre2="owner"+spotNum+".jpg"
	msgobj=document.getElementById? document.getElementById("msggg") : msggg
	msgobj.innerHTML="<img src=mt.gif height=39 width=1 align=right border=0>"+eval("busName"+spotNum)
	msgobj=document.getElementById? document.getElementById("msgggg") : msgggg
	msgobj.innerHTML="<div align=center><a onMouseOver=popupInfo(descript"+spotNum+")><img src=plabel4.gif border=0></a><a onMouseOver=changePic('b')><img src=plabel1.gif border=0></a><a onMouseOver=changePic('inside')><img src=plabel2.gif border=0></a><a onMouseOver=killInfo();changePic('owner')><img src=plabel3.gif border=0></a><br><br></div>"+eval("info"+spotNum)
	document.pnPic.src=img;
	document.pl1.src=pre1;
	document.pl2.src=pre2;
	imgPicobj=document.getElementById? document.getElementById("imgPic") : imgPic
	infoBoxobj=document.getElementById? document.getElementById("infoBox") : infoText
	imgPicobj.style.visibility="visible"
	killInfo()
	}

function changePic(typePic){
	killInfo();
	img=typePic+spotNm+".jpg";
	document.pnPic.src=img;
	}

function popupInfo(info){
	infoobj=document.getElementById? document.getElementById("infoText") : infoText
	infoobj.innerHTML=info
	infoBoxobj=document.getElementById? document.getElementById("infoBox") : infoBox
	infoBoxobj.style.visibility="visible"
	}

function kill(){
	imgPicobj=document.getElementById? document.getElementById("imgPic") : imgPic
	imgPicobj.style.visibility="hidden"
	killInfo()
	}

function killInfo(){
	infoBoxobj=document.getElementById? document.getElementById("infoBox") : infoBox
	infoBoxobj.style.visibility="hidden"
	}

