//打开查看产品的ID
function ProductOpen(id){
window.open ('ViewProduct.aspx?PID='+id, 'newwindow', 'height=300, width=500, top=100, left=100, toolbar=no, menubar=no, scrollbars=yes,resizable=yes,location=no, status=no')
}
function ProductOpen(id){
window.open ('ViewProduct.aspx?PID='+id, 'newwindow', 'height=300, width=500, top=100, left=100, toolbar=no, menubar=no, scrollbars=yes,resizable=yes,location=no, status=no')
}