
function OpenBuyWin(ph,pid,pname){ var p = ph+"order/?p="+pid+"&pn="+escape(pname); window.open(p,'BuyNow','width=620,height=420,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');}

function Zoom(pid, pname) { var p = "../image.aspx?pid=" + pid; window.open(p, 'ZoomOut', 'width=500,height=450,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes'); }

function ChangeImage(p,n){document.getElementById("imgCurrent").src = p; document.getElementById("ltlName").innerText = n;}

function OpenVipWin(ph){var p = ph+"Order/VIP.aspx";window.open(p,'VIP','width=620,height=600,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');}

function OpenFeedbackWin(ph){var p = ph +"order/Feedback.aspx";window.open(p,'Feedback','width=520,height=350,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');}

function OpenReadNewsWin(ph,id){var p = ph +"Read.aspx?id="+id;window.open(p,'_blank');}

function OpenhuiWin(ph){var p = ph+"Order/huishou.aspx";window.open(p,'huishou','width=620,height=600,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');}