// JavaScript Document
// script for A-Z page tab controls
function writeeAZTabs(){
if(document.getElementById){
document.write('<div id="aztabs"><a href="#" onClick="setTabs(\'g\')" onMouseOver="hltTabs(\'azgentab\')" onMouseOut="unhltTabs(\'azgentab\')"><img src="..\/images\/bt_azgen_off.gif" alt="General Resources" name="azgentab" width="132" height="17" id="azgentab"><\/a><a href="#" onClick="setTabs(\'e\')" onMouseOver="hltTabs(\'azexhtab\')" onMouseOut="unhltTabs(\'azexhtab\')"><img src="..\/images\/bt_azexh_on.gif" alt="Exhibition Tools" name="azexhtab" width="118" height="17" id="azexhtab"><\/a><a href="#" onClick="setTabs(\'p\')" onMouseOver="hltTabs(\'azportab\')" onMouseOut="unhltTabs(\'azportab\')"><img src="..\/images\/bt_azpor_off.gif" alt="Portfolio Tools" name="azportab" width="118" height="17" id="azportab"><\/a><\/div>');}
}

function writepAZTabs(){
if(document.getElementById){
document.write('<div id="aztabs"><a href="#" onClick="setTabs(\'g\')" onMouseOver="hltTabs(\'azgentab\')" onMouseOut="unhltTabs(\'azgentab\')"><img src="..\/images\/bt_azgen_off.gif" alt="General Resources" name="azgentab" width="132" height="17" id="azgentab"><\/a><a href="#" onClick="setTabs(\'e\')" onMouseOver="hltTabs(\'azexhtab\')" onMouseOut="unhltTabs(\'azexhtab\')"><img src="..\/images\/bt_azexh_off.gif" alt="Exhibition Tools" name="azexhtab" width="118" height="17" id="azexhtab"><\/a><a href="#" onClick="setTabs(\'p\')" onMouseOver="hltTabs(\'azportab\')" onMouseOut="unhltTabs(\'azportab\')"><img src="..\/images\/bt_azpor_on.gif" alt="Portfolio Tools" name="azportab" width="118" height="17" id="azportab"><\/a><\/div>');}
}

function goTabs() {
var whichTab = window.location.hash;
if(whichTab==""){
  if (GenState !=2) {GenState="1";
  	if (ExhState !=2) {ExhState="0";}
  	if (PorState !=2) {PorState="0";}
  }
}
if(whichTab=="#g"){
  if (GenState !=2) {GenState="1";
  	if (ExhState !=2) {ExhState="0";}
  	if (PorState !=2) {PorState="0";}
  }
}
else if(whichTab=="#e"){
  if (ExhState !=2) {ExhState="1";
  	if (GenState !=2) {GenState="0";}
  	if (PorState !=2) {PorState="0";}
  }
}
else if(whichTab=="#p"){
  if (PorState !=2) {PorState="1";
  	if (GenState !=2) {GenState="0";}
  	if (ExhState !=2) {ExhState="0";}
  }
}
}

function showIt(what,stat){
var owhich=what;
var ostat=stat;
var obj="";
if (ostat=="hide") obj="none";
else if (ostat=="show") obj="block";		
document.getElementById(owhich).style.display=obj;
}

function initTabs() {
if(document.getElementById){
if 	(GenState==0) {MM_swapImage('azgentab','','../images/bt_azgen_off.gif',1);showIt('azgene','hide');}
else if (GenState==1) {MM_swapImage('azgentab','','../images/bt_azgen_on.gif',1);showIt('azgene','show');}
else if (GenState==2) {showIt('azgentab','hide');}
if 	(ExhState==0) {MM_swapImage('azexhtab','','../images/bt_azexh_off.gif',1);showIt('azexhi','hide');}
else if (ExhState==1) {MM_swapImage('azexhtab','','../images/bt_azexh_on.gif',1);showIt('azexhi','show');}
else if (ExhState==2) {showIt('azexhtab','hide');}
if 	(PorState==0) {MM_swapImage('azportab','','../images/bt_azpor_off.gif',1);showIt('azport','hide');}
else if (PorState==1) {MM_swapImage('azportab','','../images/bt_azpor_on.gif',1);showIt('azport','show');}
else if (PorState==2) {showIt('azportab','hide');}
}
}

function setTabs(wOn) {
var actTab = wOn;
if (actTab =='g') {
  if (GenState !=2) {GenState=1;MM_swapImage('azgentab','','../images/bt_azgen_on.gif',1);showIt('azgene','show');}
  if (ExhState !=2) {ExhState=0;MM_swapImage('azexhtab','','../images/bt_azexh_off.gif',1);showIt('azexhi','hide');}
  if (PorState !=2) {PorState=0;MM_swapImage('azportab','','../images/bt_azpor_off.gif',1);showIt('azport','hide');}

}
else if (actTab == 'e') {
  if (GenState !=2) {GenState=0;MM_swapImage('azgentab','','../images/bt_azgen_off.gif',1);showIt('azgene','hide');}
  if (ExhState !=2) {ExhState=1;MM_swapImage('azexhtab','','../images/bt_azexh_on.gif',1);showIt('azexhi','show');}
  if (PorState !=2) {PorState=0;MM_swapImage('azportab','','../images/bt_azpor_off.gif',1);showIt('azport','hide');}

}
else if (actTab == 'p') {
  if (GenState !=2) {GenState=0;MM_swapImage('azgentab','','../images/bt_azgen_off.gif',1);showIt('azgene','hide');}
  if (ExhState !=2) {ExhState=0;MM_swapImage('azexhtab','','../images/bt_azexh_off.gif',1);showIt('azexhi','hide');}
  if (PorState !=2) {PorState=1;MM_swapImage('azportab','','../images/bt_azpor_on.gif',1);showIt('azport','show');}

}
}

function hltTabs (wHlt) {
var imgID = wHlt;
if (imgID=='azgentab'){MM_swapImage('azgentab','','../images/bt_azgen_h.gif',1);}
if (imgID=='azexhtab'){MM_swapImage('azexhtab','','../images/bt_azexh_h.gif',1);}
if (imgID=='azportab'){MM_swapImage('azportab','','../images/bt_azpor_h.gif',1);}
}

function unhltTabs (wHlt) {
var imgID = wHlt;
if (imgID=='azgentab'){
  if (GenState==0){MM_swapImage('azgentab','','../images/bt_azgen_off.gif',1);}
  if (GenState==1){MM_swapImage('azgentab','','../images/bt_azgen_on.gif',1);}
}
if (imgID=='azexhtab'){
  if (ExhState==0){MM_swapImage('azexhtab','','../images/bt_azexh_off.gif',1);}
  if (ExhState==1){MM_swapImage('azexhtab','','../images/bt_azexh_on.gif',1);}
}
if (imgID=='azportab'){
  if (PorState==0){MM_swapImage('azportab','','../images/bt_azpor_off.gif',1);}
  if (PorState==1){MM_swapImage('azportab','','../images/bt_azpor_on.gif',1);}
}
}
