function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features);}

function setMouseOverLinkStyle(link)
{
	link.className = "mouseover_style";
}

function setMouseOutLinkStyle(link)
{
	link.className = "mouseout_style";
}

function openPopup(url,width,height)
{
	aWindow = window.open(url,"aWindow","height="+height+",width="+width);
}
