

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}


function Popup(theurl)
{
url=theurl
lft = (screen.availWidth - 900)/2;
t = (screen.availHeight - 675)/2;
p = "scrollbars=yes,resizable=yes,location=yes,status=yes,toolbar=yes,menubar=yes,titlebar=yes,top=" + t + ",left=" +lft + ",width=790,height=590";
// alert(url);
window.open(url, "Popup", p);
}


function PopupCalendar(theurl)
{
url=theurl
lft = (document.getElementById("TableCell3").offsetLeft + 215);
t = (document.getElementById("TableCell3").offsetTop + 260);
p = "scrollbars=no,resizable=no,location=no,status=no,toolbar=no,menubar=no,titlebar=no,top=" + t + ",left=" +lft + ",width=170,height=150";
//alert(lft)
//alert(t)
window.open(url, "cal", p);
}

function PopupMap(theurl)
{
url=theurl
lft = (screen.availWidth - 900)/2;
t = (screen.availHeight - 675)/2;
p = "scrollbars=yes,resizable=no,location=no,status=no,toolbar=no,menubar=no,titlebar=no,top=" + t + ",left=" +lft + ",width=650,height=635";
//alert(lft)
//alert(t)
window.open(url, "Map", p);
}
function PopupRegistration(theurl)
{
url=theurl
lft = (screen.availWidth - 900)/2;
t = (screen.availHeight - 675)/2;
p = "scrollbars=yes,resizable=no,location=no,status=no,toolbar=no,menubar=no,titlebar=yes,top=" + t + ",left=" +lft + ",width=660,height=635";
//alert(lft)
//alert(t)
window.open(url, "Registration", p);
}
function PopupCalling(theurl)
{
url=theurl
lft = (screen.availWidth - 900)/2;
t = (screen.availHeight - 675)/2;
p = "scrollbars=yes,resizable=no,location=no,status=no,toolbar=no,menubar=no,titlebar=yes,top=" + t + ",left=" +lft + ",width=600,height=450";
//alert(lft)
//alert(t)
window.open(url, "Calling", p);
}
function PopupCommercial(theurl)
{
url=theurl
lft = (screen.availWidth - 900)/2;
t = (screen.availHeight - 675)/2;
p = "scrollbars=yes,resizable=no,location=no,status=no,toolbar=no,menubar=no,titlebar=yes,top=" + t + ",left=" +lft + ",width=690,height=550";
//alert(lft)
//alert(t)
window.open(url, "Commercial", p);
}
function PopupSRIMap(theurl)
{
url=theurl
lft = (screen.availWidth - 900)/2;
t = (screen.availHeight - 675)/2;
p = "scrollbars=yes,resizable=no,location=no,status=no,toolbar=no,menubar=no,titlebar=yes,top=" + t + ",left=" +lft + ",width=840,height=635";
//alert(lft)
//alert(t)
window.open(url, "SRI", p);
}