<!--打开副图-->
function openScript(url, width, height)
{
var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=yes,menubar=no,status=yes,depended=no,top=5,left=5' );
}
function openem(url)
{ 
openScript(url,720,700); 
}


<!--打开购物车-->
function Open_Shop(F1)
{
window.location.replace("../../Shop/url.html?url=" + F1);
}
