if(top != self) // don't let page be opened within frameset
	top.location = self.location;

//-----------------------------------------------------------------------
function SwapImage(content,mode)
{
	document.getElementById(content).className = mode ? 'hover' : 'out';
} // SwapImage ----------------------------------------------------------

