function openWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function openWindow2(theURL) {
  window.open(theURL,'','scrollbars=no,width=670,height=520');
}

function openWindow3(theURL) {
  window.open(theURL,'','scrollbars=no,width=450,height=365');
}


function swImg(fName,str,w,h){
	document.images[fName].src = str;
	document.images[fName].width = w;
	document.images[fName].height = h;
}

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 subWin_mom() {window.open("newmap.htm","win0","width=501,height=369,scrollbars=no,toolbar=no,resizable=no");}

