function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  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);

function toggleBox(szDivID) {
   var obj = document.layers ? document.layers[szDivID] : (document.getElementById ?  document.getElementById(szDivID).style :  

document.all[szDivID].style);
   if(obj.visibility.substr(0,1)=="h"){
     obj.visibility = document.layers ? "show" : "visible";
   } else {
     obj.visibility = document.layers ? "hide" : "hidden";
   }
}

function poptastic(url)
{
	newwindow=window.open(url,'name','height=400,width=680,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

function popcon(url)
{
	newwindow=window.open(url,'name','height=400,width=300,scrollbars=no');
	if (window.focus) {newwindow.focus()}
}

function popcon2(url)
{
	newwindow=window.open(url,'name','height=400,width=350,scrollbars=no');
	if (window.focus) {newwindow.focus()}
}


function popspec(url)
{
	newwindow=window.open(url,'name','height=400,width=600,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}
