ÿþ<html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-16"> <script language="javascript" type="text/javascript"> function onMainFrameLoad() { var aFrame = new Array(); aFrame = document.location.search.split("="); if (aFrame[0] == "?right") { document.frames("mainframe").frames("right").location = aFrame[1]; } } </script> </head> <frameset rows="50,*,90" border="1" frameborder="yes"> <frame src="header.html" name="headerfarme" scrolling="no" noresize /> <frame src="mainframe.html" name="mainframe" scrolling="auto" onload="onMainFrameLoad()" noresize /> <frame src="bottom.html" name="bottomframe" scrolling="no" noresize /> </frameset> </html>