function show(type,id){window.open('/view_full.php?type='+type+'&id='+id,'','width=0,height=0,scrollbars=yes');}
function viewer(p,id){window.open('/photo_viewer.php?'+p+'='+id,'viewer','width=800,height=800,scrollbars=yes');}
function go(u){document.location.href=u;}
function search(){var q=document.getElementById("q").value;go("/search.php?query="+q);}
function updateCart(id,qty){if(id==''||qty==''){var url='/cart.php?showmode=ajax';}else{var url='/cart.php?showmode=ajax&op=add&product_id='+id+'&qty='+qty;}
new Ajax(url,{method:'get',encoding:'cp1251',update:$('cart_cell')}).request();}
function TransportersAtCity(id){if(id==''){var url='/transportations.php?showmode=ajax';}else{var url='/transportations.php?showmode=ajax&city='+id;}
new Ajax(url,{method:'get',encoding:'cp1251',update:$('transporters')}).request();}