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='+document.location.href+'?a>> ')
	document.write('<frame src="frameBody.htm" name="mainFrame" scrolling="auto">')
	document.write('<frame src="frameBottom.htm" name="bottomFrame" scrolling="NO" noresize>')
	document.write('</frameset>')
}