// ******************************************** 
// $Workfile: $ 
// $Revision: $ 
// $Modtime: $ 
// $Author: $ 
// $Archive: $ 
// $NoKeywords: $
// ******************************************** 

//initialize vars
var frame0 = "frameGeneral.html";
var frame1 = "frameNew.html";
// NV, 4/8/02, changed search button on the left always to clear up the search and go to basic search screen (action=11&template=ClearSearch&)
//var frame2 = "Legistar.asp?action=1&";
var frame2 = "Legistar.asp?action=1&template=ClearSearch&";
var frame3 = "Legistar.asp?action=2&";
var frame4 = "Legistar.asp?action=3&";
//var frame5 = "Legistar.asp?action=1&template=NoClearSearch&";
var frame5 = "Legistar.asp?action=1&";
var frame6 = "Legistar.asp?action=8&";



function switchFrame(whichFrame){	
	//var temp = eval('frame' + whichFrame);
	top.content.main.location = eval('frame' + whichFrame);
}

function showPopup(whichPopup){
	temp = eval("top.content.main.document.all." + whichPopup);
	temp.style.visibility = 'visible';
}

function hidePopup(whichPopup){
	temp = eval("top.content.main.document.all." + whichPopup);
	temp.style.visibility = 'hidden';
}
