<!--

function openphoto(name,w,h,razdel) {
 w = w + 50;
 h = h + 250;
 var Temp = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width="+w+",height="+h;
 newimg=window.open("http://procircus.ru/tpl/foto.php?photo="+name+"&razdel="+razdel,"Image",Temp);
}
function open_cp(name,razdel) {
 var Temp = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=700,height=500";
 newimg=window.open("http://procircus.ru/tpl/cp.php?cp_id="+name+"&razdel="+razdel,"Image",Temp);
}
function open_shop_tovar(name,razdel) {
 var Temp = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=700,height=500";
 newimg=window.open("http://procircus.ru/tpl/shop_tovar.php?tovar_id="+name+"&razdel="+razdel,"Image",Temp);
}
function add_basket_tovar(id) {
 w = 800;
 h = 400;
 var Temp = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width="+w+",height="+h;
 newimg=window.open("http://procircus.ru/tpl/basket.php?add_tovar="+id,"Basket",Temp);
}
function del_basket_tovar(id) {
   if (!id) return;
   var delLink = "http://procircus.ru/tpl/basket.php?del_tovar="+id;
   window.location.href = delLink;
}
function basket_tovar() {
 w = 800;
 h = 400;
 var Temp = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width="+w+",height="+h;
 newimg=window.open("http://procircus.ru/tpl/basket.php","Basket",Temp);
}

-->
