function pokupka(){
	var app = navigator.appName;
			                         			
                                           if (app=="Netscape")
			                                   {
                                                hot = window.open("http://www.autokey.ru/forms/pokupka/pokupka_mozila.php","new","toolbar=no,scrollbars=yes,directories=no, status=no,menubar=no,resizable=no,location=no,width=880,height=800", document.charset ="windows-1251" );//http://www.autokey.ru/forms/pokupka_mozila.php"width=250
	hot.focus();											
												
                                                }
else	
 hot = window.open("http://www.autokey.ru/forms/pokupka/pokupka.php","new","toolbar=no,scrollbars=yes,directories=no, status=no,menubar=no,resizable=no,location=no,width=750,height=750");
//width=220
hot.focus();
}

