function nnsux(){
windop=window.open("","mywin","width=450,height=150");
windop.focus();
windop.document.open();
windop.document.write("<html><head><title>Ничто не совершенно, например</title>");
windop.document.write("<link rel=stylesheet href=/;-)/set.css></head><body topmargin=20 leftmargin=20 rightmargin=20 bottommargin=20 marginwidth=20 marginheight=20>");
windop.document.write("<p class=question>Ваш браузер не умеет добавлять ссылки автоматически. Замените браузер на нечто более удобное или добавьте ссылку вручную - после закрытия этого окна. Спасибо!</p> <br><center><a class=ad href=javascript:window.close()>закрыть окно</a></center>")
windop.document.write("</body></html>");
windop.document.close();

}

function show(to_do,bw,bh,ma){
 if(!ma){ ma = ' '; }
 sbw = bw +16;
 sbh = bh +10;
 eval('window.open("show.shtml?'+to_do+'.jpg'+ma+'hieght='+bh+ma+'width='+bw+'","show","width='+sbw+',height='+sbh+',menubar=0,status=0,scrollbars=1,resizable=yes")');
}