﻿function openSellerPage(product_id,ct)
{var urlProv=window.location.href;
var s1 = "/goshop.aspx?pid=" + product_id;
var s2 = "&ct=" + ct;
var a='scrollbars=yes,toolbar=yes,location=yes,directories=yes,menubar=yes,resizable=yes,status=yes,width='+screen.availWidth * 80/100+'px,height='+screen.availHeight+'px';
window.open(s1+s2,"",a)
}
function Verifica(){if(document.getElementById("ctl00_txtCerca").value.length<2){alert("Inserire almeno 2 caratteri di ricerca!!");return false;}else{return true;}
return true;}
function Cerca()
{document.getElementById('ctl00_btnCerca').click();}
function AddPreferiti() {
    var address = "http://www.shoppalo.it"
    var sitename = "Shoppalo.it"
    if (window.sidebar) { window.sidebar.addPanel(sitename, address, ""); } else if (document.all) { window.external.AddFavorite(address, sitename); } else if (window.opera && window.print) { return true; } 
}
