function OnMenu(tdMenu)
{
	tdMenu.className="menuOver";
}
function OutMenu(tdMenu)
{
	tdMenu.className="menu";
}
function setIncludeFile(divID,fileName)
{
	strFileName = "<!--#include file=\"" + fileName + "\"-->";
	document.getElementById(divID).innerText = strFileName;
}
//************************* login tab
var loginTab  = "sigin";
var searchTab = "dir";

imgDir = new Image()
imgDir.src = "pbimages/mid_03.jpg"

imgSearch = new Image()
imgSearch.src = "pbimages/mid_04.jpg"
//************************* end login tab
function chTab(tab,disTab,top,disTop,line,disLine,bottom,disBottom,which)
{
		alert("search");
	if(which == loginTab)
		return;
	window.document.getElementById(tab).background = "";
	window.document.getElementById(tab).bgColor = "#fff3cf";

	window.document.getElementById(disTab).background = "pbimages/bgtoosi.jpg";

	window.document.getElementById(top).bgColor = "#c2c9ce";
	window.document.getElementById(disTop).bgColor = "#ffbf00";

	window.document.getElementById(line).bgColor = "#c2c9ce";
	window.document.getElementById(disLine).bgColor = "#ffbf00";

	window.document.getElementById(bottom).bgColor = "white";
	window.document.getElementById(disBottom).bgColor = "#c2c9ce";
	
	if(which == 'easy')
		window.frames.frmTab1.window.document.location.href="easysignup.asp"
	else
		window.frames.frmTab1.window.document.location.href="hsignin.asp"
	loginTab = which;
	
}
function chDirTab(which)
{
	alert("search");
	if(which == searchTab)
		return;
	
	if (which == 'search')
	{
		window.frames.frmDir.window.document.location.href = ""
		imgTab1.src = imgDir.src;
		imgTab2.src = imgSearch.src;
		
		window.document.all.td22.background = "";
		window.document.all.td22.bgColor = "#fff3cf";

		window.document.all.td21.background = "pbimages/bgtoosi.jpg";
		window.document.all.bit.background = "pbimages/bgtoosi.jpg";
		window.document.all.lb2.bgColor = "#c2c9ce";
		window.document.all.tl2.bgColor = "#c2c9ce";
		window.document.all.tr2.bgColor = "#ffbf00";
		window.document.all.l2.bgColor = "#ffbf00";
		window.document.all.r2.bgColor = "#c2c9ce";
		window.document.all.b2.bgColor = "white";
		window.frames.frmDir.window.document.location.href = "search.asp"
	}
	else
	{
		window.frames.frmDir.window.document.location.href = ""
		//imgTab1.src = "pbimages/mid_01.jpg";
		//imgTab2.src = "pbimages/mid_02.jpg";
		
		window.document.all.td21.background = "";
		window.document.all.td21.bgColor = "#fff3cf";

		window.document.all.td22.background = "pbimages/bgtoosi.jpg";
		window.document.all.bit.background = "";
		window.document.all.bit.bgColor = "#ffbf00";
		
		window.document.all.lb2.bgColor = "white";
		window.document.all.tl2.bgColor = "#ffbf00";
		window.document.all.tr2.bgColor = "#c2c9ce";
		
		window.document.all.l2.bgColor = "#c2c9ce";
		window.document.all.r2.bgColor = "#ffbf00";
		window.document.all.b2.bgColor = "#c2c9ce";
		window.frames.frmDir.window.document.location.href = "usersgroup.asp"
	}	
	searchTab = which;
	
}

function ChangeTab(which)
{
		alert("search");
	if(which == searchTab)
		return;
	
	if (which == 'search')
	{
		alert("search");
		imgTab1.src = imgDir.src;
		imgTab2.src = imgSearch.src;
		
		window.document.all.td22.background = "";
		window.document.all.td22.bgColor = "#fff3cf";

		window.document.all.td21.background = "pbimages/bgtoosi.jpg";
		window.document.all.bit.background = "pbimages/bgtoosi.jpg";
		window.document.all.lb2.bgColor = "#c2c9ce";
		window.document.all.tl2.bgColor = "#c2c9ce";
		window.document.all.tr2.bgColor = "#ffbf00";
		window.document.all.l2.bgColor = "#ffbf00";
		window.document.all.r2.bgColor = "#c2c9ce";
		window.document.all.b2.bgColor = "white";

		window.document.all.divDirectory.style.display = "none";
		window.document.all.divSearch.style.display = "block";
	}
	else
	{
		//imgTab1.src = "pbimages/mid_01.jpg";
		//imgTab2.src = "pbimages/mid_02.jpg";
		alert("dir");
		window.document.all.td21.background = "";
		window.document.all.td21.bgColor = "#fff3cf";

		window.document.all.td22.background = "pbimages/bgtoosi.jpg";
		window.document.all.bit.background = "";
		window.document.all.bit.bgColor = "#fff3cf";
		
		window.document.all.lb2.bgColor = "white";
		window.document.all.tl2.bgColor = "#ffbf00";
		window.document.all.tr2.bgColor = "#c2c9ce";
		
		window.document.all.l2.bgColor = "#c2c9ce";
		window.document.all.r2.bgColor = "#ffbf00";
		window.document.all.b2.bgColor = "#c2c9ce";

		window.document.all.divSearch.style.display = "none";
		window.document.all.divDirectory.style.display = "block";
	}	
	searchTab = which;
	
}

