ÿþ<html> <head> <title>New Page 1</title> <base target="_blank"> </head> <frameset framespacing="1" rows="84,*,64"> <frame name="top" scrolling="no" noresize target="contents" src="new_page_1.htm"> <frameset cols="150,*,19%"> <frame name="contents" target="main" src="index2.htm" scrolling="auto"> <frame name="main" scrolling="auto" src="index3.htm"> <frame name="main1" src="index4.htm" target="_blank"> </frameset> <frame name="bottom" scrolling="no" noresize target="contents" src="index5.htm"> <noframes> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body> </noframes> </frameset> </html>