<!--

function openScript(url, width, height) {
        var Win = window.open(url,'_blank','width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}


//share js------------------------------------------------------//
function popwin_path_id(path,id)
{ window.open(path+"?id="+id,"","height=400,width=750,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}



//share js------------------------------------------------------//
function openwin(Url)
{
  msgwin=window.open(Url,"msg","left=0,top=0,width=750,height=300,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
  msgwin.focus();
	return;
}

//share js------------------------------------------------------//
function js_callpage(url) {
 var newwin=window.open(url,"homeWin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=300,height=280");
return false;
}


//reloads the window if Nav4 resized-----------------------------//
function MM_reloadPage(init) {  
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


//mouseover note ------------------------------------------------//
function foon(idn) 
{ 
idn.style.visibility="visible" 
idn.style.position="absolute" 
idn.style.left=event.clientX+15 
idn.style.top=event.clientY-10 
} 
function hidefoon(idn) 
{ 
idn.style.visibility="hidden" 
} 
//


function openwindow(url) {
   window.open(url,'new','resizable=1,scrollbars=yes,menubar=no,status=yes,width=700,height=600');
    }



-->

