function openWin(what)
{
	window.open(what,'_blank','width=620,height=430,left=200,top=150,resizable=yes')
}

if (self.name==top.name)
{
document.write('<frameset rows="95,*" border="0" frameborder="0">')
document.write('<frame name="topFrame" scrolling="NO" noresize target="contents" src="header.htm">')
document.write('<frameset cols="200,*" >')
document.write('<frame name="contents" id="contents" scrolling="NO" noresize src="MainMenu.htm" target="main">')


document.write('<frame name="main" scrolling="auto" src='+document.location.href+'?a>')
document.write('</frameset>')
document.write('</frameset>')
}


