// used by topNav

function tabcolor(cellid,cellcolour)
{
var CellList=cellid;
var ColList=cellcolour;
document.getElementById(CellList).style.backgroundColor=ColList;
}


function tabcolor1(cellid1,cellcolour1)
{
var CellList1=cellid1.split(',');
var ColList1=cellcolour1
if(ColList1.length==0) return false;
// actually change the cell colour
 for(n=0;n<CellList1.length;n++)
{
 document.getElementById(CellList1[n]).style.backgroundColor=ColList1;
}
}

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 layerHome()     { MM_showHideLayers('cal','','hide','super','','hide','supp','','hide','home','','show','about','','hide','visit','','hide','asia','','hide','event','','hide','peace','','hide','studies','','hide')}

function layerCalendar() { MM_showHideLayers('cal','','show','super','','hide','supp','','hide','home','','hide','about','','hide','visit','','hide','asia','','hide','event','','hide','peace','','hide','studies','','hide')}

function layerResources(){ MM_showHideLayers('cal','','hide','super','','show','supp','','hide','home','','hide','about','','hide','visit','','hide','asia','','hide','event','','hide','peace','','hide','studies','','hide')}

function layerSupport()  { MM_showHideLayers('cal','','hide','super','','hide','supp','','show','home','','hide','about','','hide','visit','','hide','asia','','hide','event','','hide','peace','','hide','studies','','hide')}

function layerAbout()    { MM_showHideLayers('cal','','hide','super','','hide','supp','','hide','home','','hide','about','','show','visit','','hide','asia','','hide','event','','hide','peace','','hide','studies','','hide')}

function layerVisit()    { MM_showHideLayers('cal','','hide','super','','hide','supp','','hide','home','','hide','about','','hide','visit','','show','asia','','hide','event','','hide','peace','','hide','studies','','hide')}

function layerAsiastore(){ MM_showHideLayers('cal','','hide','super','','hide','supp','','hide','home','','hide','about','','hide','visit','','hide','asia','','show','event','','hide','peace','','hide','studies','','hide')}

function layerEvent()    { MM_showHideLayers('cal','','hide','super','','hide','supp','','hide','home','','hide','about','','hide','visit','','hide','asia','','hide','event','','show','peace','','hide','studies','','hide')}

function layerPeace()    { MM_showHideLayers('cal','','hide','super','','hide','supp','','hide','home','','hide','about','','hide','visit','','hide','asia','','hide','event','','hide','peace','','show','studies','','hide')}

function layerStudies()  { MM_showHideLayers('cal','','hide','super','','hide','supp','','hide','home','','hide','about','','hide','visit','','hide','asia','','hide','event','','hide','peace','','hide','studies','','show')}
