if (self.name==top.name) {
	document.write('<frameset rows="160,*,80" frameborder="NO" border="0" framespacing="0"> ')
	document.write('<frame scrolling="NO" noresize name="topFrame"    src="frameTop.htm"> ')
	document.write('<frame name="mainFrame" scrolling="auto" src='+document.location.href+'?a>>')
	document.write('<frame name="bottomFrame" scrolling="NO"  noresize src="frameBottom.htm">')
	document.write('</frameset>')
}
