if (self.name==top.name) {
	document.write('<frameset rows="132,325,*" frameborder="NO" border="0" framespacing="0" scrolling="no">')
	document.write('<frame src="frame/top.htm" name="top" scrolling="NO" noresize>')	
	document.write('<frameset cols="130,*" frameborder="NO" border="0" framespacing="0">')
	document.write('<frame src="frame/menu.htm" name="left" scrolling="NO" noresize>')
	document.write('<FRAME src='+document.location.href+'?a NAME="main" MARGINWIDTH=0 MARGINHEIGHT=0>')	
	document.write('</frameset>')
	document.write('<frame src="frame/down.htm" name="down" scrolling="NO" noresize >')
	document.write('</FRAMESET>')
}