		function winop(){
		windop=window.open("","mywin","width=220,height=365");
		windop.document.open();
		windop.document.write("<html><head><title>Распечатка визитки\"</title>");
		windop.document.write("</head><body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" onLoad=\"print()\">");
		windop.document.write("<img src=/images/viz001.jpg border=1><br><img src=/images/viz001.jpg border=1><br>");
		windop.document.write("</body></html>");
		windop.document.close();
		}

		function winap(){
		windop=window.open("","mywin","location=0,status=0,scrollbars=1, width=650,height=450");
		windop.document.open();
		windop.document.write("<html><head><title>Версия для печати</title>");
		windop.document.write("</head><body leftmargin=\"10\" topmargin=\"10\" marginwidth=\"10\" marginheight=\"10\" onLoad=\"print()\">");
		windop.document.write("<h2></h2>");
		windop.document.write("<br><strong>Источник:</strong> <u>www.autozona74.ru</u></body></html>");
		windop.document.close();
		}


			function toggle(what){
			 if(document.getElementById(what).style.display == "none"){
			   document.getElementById(what).style.display = "block";
			 }else{
			   document.getElementById(what).style.display = "none";
			 }
			}

function FP_goToURL(url) {
 window.location=url;
}