function OpenWindow(file){

  myWin=open("", "displayWindow","top=100,left=200,width=470,height=500,status=no,toolbar=no,menubar=no");

  myWin.document.open();

  myWin.document.write("<html><head><title>Новости на секс.ру</title><META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=windows-1251'>");

  myWin.document.write("</HEAD>");

  myWin.document.write("<frameset rows= 90,*,30 border='0' scrolling='no'>");
																																																																																																																																																																			  
  myWin.document.write("<frame src='newsworld/top.asp' scrolling='no' topmargin='0' marginheihgt='0' marginwidth='0' leftmargin='0' rightmargin='0' bottommargin='0'>");

  myWin.document.write("<frame src='",file,"' name='news' scrolling='auto' topmargin='0' marginheihgt='0' marginwidth='0' leftmargin='0' rightmargin='0' bottommargin='0'>");

  myWin.document.write("<frame src='newsworld/bottom.htm' scrolling='no' topmargin='0' marginheihgt='0' marginwidth='0' leftmargin='0' rightmargin='0' bottommargin='0'>");

  myWin.document.write("</frameset></body></html>");

  myWin.document.close();
}


function imgWindow(file){

  myWin=open("", "displayWindow","top=200,left=200,width=120,height=200,status=no,toolbar=no,menubar=no");
  myWin.document.open();
  myWin.document.write("<html><head><title>Sex.ru</title><META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=windows-1251'>");
  myWin.document.write("<link rel='stylesheet' type='text/css' href='sex.css'></HEAD>");
  myWin.document.write("<body bgcolor=#ECAEAD marginheight=0 marginwidth=0 topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0>");
  myWin.document.write("<center><img src=",file," width=120 height=60 border=0></center>");
  myWin.document.write("<P align=center class=small>&copy;&nbsp;SEX.RU&nbsp;</p></body></html>");
  myWin.document.close();
}

function fileWindow(file){

  myWin=open(file, "displayWindow","top=50,left=200,width=468,height=600,status=no,toolbar=no,menubar=no");

}

