var stabactive=-1;

function addbookmark(bookmarkurl,bookmarktitle){
	bookmarkurl=location;
		if (document.all){	window.external.AddFavorite(bookmarkurl,bookmarktitle); }
}
		
function closeallstab()
{
	for(s=0;s<noofstab;s++){
		getinitstab(s+1);}
	stabactive=-1;
}	

function initstab()
{
	for(s=0;s<noofstab;s++){
	getcstab(s+1);}
}				
function getostab(stid)
{
  var stabid ="";
  if (stid != null){
  if (stabactive!=stid){
    staboid=document.getElementById("stabo"+stid);
    stabcid=document.getElementById("stabc"+stid);
    stabtdid=document.getElementById("stabtd"+stid);
    stabtdid.className='btxtbold1';
    if (stid>noofostab){
      stabtdid.setAttribute("background", "../../media/menus/tbc_ou.gif");
      staboid.setAttribute('src','../../media/menus/tlc_ou.gif');
      stabcid.setAttribute('src','../../media/menus/trc_ou.gif');
    } else {
      stabtdid.setAttribute("background", "../../media/menus/tbc_o.gif");
      staboid.setAttribute('src','../../media/menus/tlc_o.gif');
      stabcid.setAttribute('src','../../media/menus/trc_o.gif');
    }
  }}
}

function getinitstab(stid)
{
  var stabid ="";
  if (stid != null){
    staboid=document.getElementById("stabo"+stid);
    stabcid=document.getElementById("stabc"+stid);
    stabtdid=document.getElementById("stabtd"+stid);
    stabtdid.className='btxtnorm1';
    stablyid=document.getElementById("stabcnt"+stid);
    stablyid.style.visibility="hidden";
    if (stid>noofostab){
      stabtdid.setAttribute("background", "../../media/menus/tbcu.gif");
      staboid.setAttribute('src','../../media/menus/tlcu.gif');
      stabcid.setAttribute('src','../../media/menus/trcu.gif');
    } else {
    stabtdid.setAttribute('background','../../media/menus/tbc.gif');
    staboid.setAttribute('src','../../media/menus/tlc.gif');
    stabcid.setAttribute('src','../../media/menus/trc.gif');
    }
  }
}

function getcstab(stid)
{

  var stabid ="";
  if (stid != null){
  if (stabactive!=stid){
  
    staboid=document.getElementById("stabo"+stid);
    stabcid=document.getElementById("stabc"+stid);
    stabtdid=document.getElementById("stabtd"+stid);
    stabtdid.style.cursor='pointer';
    stabtdid.className='btxtnorm1';
    stablyid=document.getElementById("stabcnt"+stid);
    stablyid.style.visibility="hidden";
    if (stid>noofostab){
      stabtdid.setAttribute("background", "../../media/menus/tbcu.gif");
      staboid.setAttribute('src','../../media/menus/tlcu.gif');
      stabcid.setAttribute('src','../../media/menus/trcu.gif');
    } else {
    stabtdid.setAttribute('background','../../media/menus/tbc.gif');
    staboid.setAttribute('src','../../media/menus/tlc.gif');
    stabcid.setAttribute('src','../../media/menus/trc.gif');}
  }}
}

function getopstab(stid)
{
  var stabid ="";
  if (stid != null){
    staboid=document.getElementById("stabo"+stid);
    stabcid=document.getElementById("stabc"+stid);
    stabtdid=document.getElementById("stabtd"+stid);
    stabtdid.className='btxtbold1';
    
    stablyid=document.getElementById("stabcnt"+stid);
    stablyid.style.visibility="visible";
    if (stid>noofostab){
    stabtdid.setAttribute('background','../../media/menus/tbou.gif');
    staboid.setAttribute('src','../../media/menus/tlou.gif');
    stabcid.setAttribute('src','../../media/menus/trou.gif');
    } else {
    stabtdid.setAttribute('background','../../media/menus/tbo.gif');
    staboid.setAttribute('src','../../media/menus/tlo.gif');
    stabcid.setAttribute('src','../../media/menus/tro.gif');}
    stabactive=stid;
  }
}
