icon = new Image();
icon.src="/favicon.ico";


function emailCheck() 

{

	txt=document.isn.email.value;

	if (txt.indexOf("@")<3)

{

	alert("This email address seems wrong. Please" +" check the prefix and '@' sign.");   

} 

	if (txt.indexOf(".")<3)

{   

	alert("This email address seems wrong. Please" +" check the prefix and '.' sign.");

}

	}

function nnsux(){
windop=window.open("","mywin","width=350,height=200");
windop.focus();
windop.document.open();
windop.document.write("<html><head><title>Ничто не совершенно, например</title>");
windop.document.write("<link rel=stylesheet href=/goodies/ie.css></head><body topmargin=20 leftmargin=20 rightmargin=20 bottommargin=20 marginwidth=20 marginheight=20>");
windop.document.write("<table border=0 cellspacing=0 cellpadding=0 width=100%><tr valign=bottom><td background=/images/up-bg.gif><img src=/images/zastava.gif width=138 height=20 border=0><img src=/images/white.gif width=4  alt=ЗАСТАВА border=0 height=20></a></td><td background=/images/up-bg.gif><p class=white>&nbsp; </p></td></tr></table>")
windop.document.write("<p class=body>Ваш браузер не умеет добавлять ссылки автоматически. Нажмите &quot;Ctrl+D&quot;, после закрытия этого окна. Спасибо!</p> <br><center><a class=head href=javascript:window.close()>закрыть окно</a></center>")
windop.document.write("<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td background=/images/bg-down.png ><img src=/images/0.gif width=50 height=18></td></tr></table>");
windop.document.write("</body></html>");
windop.document.close();

}

function wopen(wurl,wname)
	{ window.open(wurl,wname,'height=400,width=600,resizable=yes,scrollbars=yes,menubar=yes,status=no');  }
