if (self.name==top.name){ 
	document.write('<FRAMESET COLS="*,760,*" FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0">');
		document.write('<FRAME name="zenSx" scrolling="NO" noresize src="emptyRoom.htm">');
		document.write('<FRAMESET ROWS="*,410,*" frameborder="NO" border="0" framespacing="0">');
			document.write('<FRAME name="zenTop" scrolling="NO" noresize src="emptyRoom.htm">');
			document.write('<FRAMESET cols="590,*" frameborder="NO" border="0" framespacing="0">');
				document.write('<FRAMESET rows="*,330,*" frameborder="NO" border="0" framespacing="0">');
					document.write('<FRAME name="header" noresize src="header.htm">');
					document.write('<FRAME name="mainFrame" noresize src='+document.location.href+'?a>');
					document.write('<FRAME name="footer" noresize src="footer.htm">');
				document.write('</FRAMESET>');
				document.write('<FRAME name="rightFrame" noresize src="loghi.htm">');
				document.write('</FRAMESET>');
			document.write('<FRAME name="zenBottom" scrolling="NO" noresize src="emptyRoom.htm">');
		document.write('</FRAMESET>');
		document.write('<FRAME name="zenDx" scrolling="NO" noresize src="emptyRoom.htm">');
	document.write('</FRAMESET>');
}
