var keepstatic=1 //specify whether menu should stay static 0=non static (works only in IE4+)
var menucolor="#d34e01" //specify menu color
var submenuwidth=150 //specify sub menus' color

function swap()
{
	if (document.images)
	{
		for (var x=0; x<swap.arguments.length; x+=3) 
		{
			document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
			document.getElementById("link").href = swap.arguments[x+2];
		}
	}
}


function goPage(URL)
{
	window.location = URL;
}

function UpdateIt()
{
	if (ie&&keepstatic&&!opr6)
		document.all["MainTable"].style.top = document.body.scrollTop;
	setTimeout("UpdateIt()", 200);
}

