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 MM_findObj(n, d) { //v4.01
  var p,i,x;  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]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_changeProp(objName,x,theProp,theValue) { //v6.0
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
  }
}

function show_menua() { 
if(document.all.item11.style.display=='none')
{
 MM_changeProp('Layer21','','style.top','361','DIV');
 MM_changeProp('Layer22','','style.top','380','DIV');
 MM_changeProp('Layer23','','style.top','399','DIV');
 document.all.item11.style.display='';
 document.all.item12.style.display='';
 document.all.item13.style.display='';
 document.all.item14.style.display='';
}
else
{
  MM_changeProp('Layer21','','style.top','289','DIV');
  MM_changeProp('Layer22','','style.top','308','DIV');
  MM_changeProp('Layer23','','style.top','327','DIV');
  document.all.item11.style.display='none';
  document.all.item12.style.display='none';
  document.all.item13.style.display='none';
  document.all.item14.style.display='none';
}
}

function show_menub() { 
if(document.all.item11.style.display=='none'){
MM_changeProp('Layer21','','style.top','289','DIV');
MM_changeProp('Layer22','','style.top','308','DIV');
MM_changeProp('Layer23','','style.top','327','DIV');
}
else{
MM_changeProp('Layer21','','style.top','361','DIV');
MM_changeProp('Layer22','','style.top','380','DIV');
MM_changeProp('Layer23','','style.top','399','DIV');
}
if(document.all.item21.style.display=='none'){
document.all.item21.style.display='';
document.all.item22.style.display='';
document.all.item23.style.display='';}
else{
document.all.item21.style.display='none';
document.all.item22.style.display='none';
document.all.item23.style.display='none';}
}

function show_menuc() { 
if(document.all.item31.style.display=='none'){
document.all.item31.style.display='';
document.all.item32.style.display='';
document.all.item33.style.display='';
document.all.item34.style.display='';}
else{
document.all.item31.style.display='none';
document.all.item32.style.display='none';
document.all.item33.style.display='none';
document.all.item34.style.display='none';}
}

function show_menud() { 
if(document.all.item41.style.display=='none'){
document.all.item41.style.display='';
document.all.item42.style.display='';}
else{
document.all.item41.style.display='none';
document.all.item42.style.display='none';}
}

function page_goto(sel_loca) {
window.location=sel_loca;
}