<!--
function MM_findObj(n, d)
{
  if (!d)
  {
   d = document;
  }
  if ( ( p = n.indexOf("?") ) > 0 && parent.frames.length )
  {
    d=parent.frames[n.substring(p+1)].document; 
    n=n.substring(0,p);
  }
  if ( ! ( x = d[n]) && d.all ) 
  {
   x=d.all[n]; 
  }
  if ( !x && d.getElementById ) 
  {
   x=d.getElementById( n );
  }
  for ( var i = 0; !x && i < d.forms.length; i++)
  {
   x=d.forms[i][n];
  }
  for( var i = 0; !x && d.layers && i < d.layers.length; i++)
  {
   x=MM_findObj(n,d.layers[i].document); 
  }
  return x;
}
navil= new Array();
navil[0]="layertitle1";
navil[1]="layertitle2";
navil[2]="layertitle3";
navil[3]="layertitle4";
navil[4]="layertitle5";
navil[5]="layertitle6";
navil[6]="layertitle7";
navil[7]="layertitle8";
function MM_showLayers(obj) 
{ 
 if ((objloc=MM_findObj(obj))!=null) 
  { 
      if (objloc.style) 
        { 
        objloc=objloc.style;
        }
    objloc.visibility="visible";
    for (i=0; i<navil.length;i++)		
	  	{
	  	if ((navil[i]!=obj) && (MM_findObj(navil[i])!=null))
	  	 {
	  	  otherobj=MM_findObj(navil[i]);
	  	  if (otherobj.style) 
	    	{ 
	    	 otherobj=otherobj.style;
	    	}
    	 otherobj.visibility="hidden";
			}
	  	} 
    }
}

function MM_hideLayers() 
{ 
for (i=0; i<navil.length;i++)		
	{
	  if (MM_findObj(navil[i])!=null)
	  	{
	  	otherobj=MM_findObj(navil[i]);
	  	if (otherobj.style) 
	      { 
	      otherobj=otherobj.style;
	      }
    	otherobj.visibility="hidden";
		}
	 } 
}


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);

function goto_site() 
{
var selectedIndex = document.form1.to.selectedIndex;
if (selectedIndex > 0) {
   var selection = document.form1.to.options[selectedIndex].value;
      self.parent.location=selection;
                       }
}

//-->