//
IE = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ));
var MapWin;
function OpenMap(url, width, height) {
if (IE && (MapWin)) { MapWin.close(); }
	else {
		MapWin=window.open (url, "Map", "width=1,height=1");
		MapWin.close();
	}
MapWin=window.open (url, "Map", "width="+width+",height="+height+",resizable=0");
MapWin.focus();
}
//-->


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 openNewWin(url, name, scr, w, h)
{
	var w1 = window.open(url, name, 'toolbar=no,location=no,status=no,menubar=no,resizable=no,directories=no,scrollbars=yes,width='+w+',height='+h+'');
	w1.focus();
}


function exposeItem(id)
{    
   obj = document.getElementById(id);
   if (obj != null)
    obj.style.display = (obj.style.display == "" ? "none" : "");            
}
//-->

