<!--
frame = '<frameset rows="6%,89%,5%;0%;0%;0%;0%;0%;0%;0%;0%;0%;0%;0%"  border=0 frameborder=0 framespacing=0>'+
' <frame src="dummy.htm" name="head"'+
'        marginwidth=0 marginheight=0 SCROLLING="no" >'+
' <frame src="dummy.htm" name="home"'+
'        marginwidth=0 marginheight=0>'+
' <frame src="dummy.htm" name="navigate" SCROLLING="no"'+
'        marginwidth=0 marginheight=0>'+
' <frame name="server" SCROLLING="no"'+
'        marginwidth=0 marginheight=0>'+
    '<frame name="data0">'+
    '<frame name="data1">'+
    '<frame name="data2">'+
    '<frame name="data3">'+
    '<frame name="data4">'+
    '<frame name="data5">'+
    '<frame name="data6">'+
    '<frame name="data7">'+
    '<frame name="data8">'+
    '<frame name="data9">'+
'</frameset>'+
'<noframe> </noframe> ';
if (!parent.frames[0]) {document.write(frame);Go()}else
{
 if (parent.frames.length!=14 ) {
   /*NewWindow=open();
   NewWindow.location.href=window.location.href;
   NewWindow.focus();
   WindowNew=true;*/
   top.location.href=self.location.href;
   //top.location.reload();
 }
 else{
   parent.frames[0].location.reload();parent.frames[2].location.reload()
 }

}
//------------------------------
//-->
