function OpenFrameMaster(pidProduct){
    window.open('hmshop_frameMaster.asp?idproduct=' + pidProduct + '','','resizable=1,toolbar=0,resize=true,scrollbars=1,status=yes,width=810,height=600');
        
}
