<!--
function popBox(title, filename,pid){
thefile=(filename);window.open(thefile,title,"toolbar=no,left=50,top=50,scrollbars=yes,directories=no,menubar=yes,width=700,height=500");
if (document.images["img" + pid].alt == "Добавить в корзину заказа"){document.images["img" + pid].src = "i/icons/saled.gif";document.images["img" + pid].alt = "Уже в корзине";}
}
function viewBox(title, filename){
window.open((filename),title,"toolbar=no,left=50,top=50,scrollbars=yes,directories=no,menubar=no,width=700,height=500");}
function viewPix(title, filename){
window.open((filename),title,"toolbar=no,left=50,top=50,scrollbars=no,directories=no,menubar=no,width=474,height=225");}
function CheckSearch(f) {
	var str_alert="";
	if (f.SearchQuery.value.length < 3) str_alert += ("\nСтрока поиска короче 3 символов");
	if (str_alert.length>0) {window.alert("При заполнении формы допущены ошибки:"+str_alert);return false;}
	return true;
}//-->

