function definebrowser() {nav=navigator.appNameswitch (navigator.appName)	{case "Microsoft Internet Explorer" : nav="msi"; break;	case "Netscape" : nav="nsc"; break; 	default : nav="other";}return nav;}function dload(h,p,pict,nMax,backhtml) {var cStr0;var ph;var nNext;var nPrev;var nCur;var nLen;var cc;var osn;var pictNext;var pictPrev;ph=p/*+'/'*/pict=ph+pict;document.open();document.write("<html>");document.write("<head>");document.write("<meta http-equiv='Content-Type' content='text/html; charset=windows-1251'>");document.write("<meta http-equiv='Content-Language' content='ru'>");document.write("<base target='_self'>");document.write("<STYLE type='text/css'>");document.write("</STYLE>");document.write("<LINK rel='stylesheet' href='CODE/iv.css'>");document.write("<title>");document.write(h);document.write("</title>");document.write("</head>");document.write("<body bgcolor='#C0C0C0'>");document.write("<p style='text-align: center'>");//cStr0='<img border=\"0\" align=\"center\" src=\"'+pict+'\" width=\"567\" height=\"380\">';cStr0='<img border=\"0\" align=\"center\" src=\"'+pict+'\"';document.write(cStr0);document.write("</p>");document.write("<p style='text-align: center'>"+h+"</p>");document.write('<p align=\"center\" ><a target=\"_self\" href=\"');document.write(backhtml);document.write('\"><img border=\"0\" src=\"../images/home.gif\" width=\"24\" height=\"24\" ></a></p>');document.write("</body>");document.write("</html>");document.close();}