/* - - - - - - - - - - - - - - - - - - - - - - -
 JavaScript
 Wednesday, April 02, 2008 6:45:07 PM
 HAPedit 3.1.11.111
 - - - - - - - - - - - - - - - - - - - - - - - */
    function op_image_popup(imgid,height1,width1)
     {
       width1=width1+400;
       height1=height1+40; 
       if(height1<380)
        {
          height1=380;
        }
       var width=(screen.availWidth-width1)/2;
       var height=(screen.availHeight-height1)/2;
       window.open("image_sale_popup.php?imgid="+imgid ,"pid"+imgid,"location=0,scrollbars=yes,height="+ height1 +",width="+ width1 +",left="+ width+",top="+ height);
     }             
    function op_details_popup(artid)
     {
       width1=550;
       height1=400;
       var width=(screen.availWidth-width1)/2;
       var height=(screen.availHeight-height1)/2;
       window.open("artist_details.php?artid="+artid ,"pid1"+artid,"location=0,scrollbars=yes,height="+ height1 +",width="+ width1 +",left="+ width+",top="+ height);
     }           
    function op_send_enquiry(imgid)
     {     
       width1=650;
       height1=573;
       var width=(screen.availWidth-width1)/2;
       var height=(screen.availHeight-height1)/2;
       window.open("send_enquiry.php?imgid="+imgid ,"enquiry"+imgid,"location=0,scrollbars=no,height="+ height1 +",width="+ width1 +",left="+ width+",top="+ height);
     }       
    function op_send_enquiry_pub(pubid)
     {     
       width1=650;
       height1=573;
       var width=(screen.availWidth-width1)/2;
       var height=(screen.availHeight-height1)/2;
       window.open("send_enquiry_pub.php?pubid="+pubid ,"enquiry"+pubid,"location=0,scrollbars=no,height="+ height1 +",width="+ width1 +",left="+ width+",top="+ height);
     }



    function op_image_popup_sale(imgid,height1,width1)
     {
       width1=width1+400;
       height1=height1+40; 
       if(height1<380)
        {
          height1=380;
        }
       var width=(screen.availWidth-width1)/2;
       var height=(screen.availHeight-height1)/2;
       window.open("image_sale_popup.php?imgid="+imgid ,"pid"+imgid,"location=0,scrollbars=yes,height="+ height1 +",width="+ width1 +",left="+ width+",top="+ height);
     }



    function op_image_popup1(imgid,height1,width1)
     {
       width1=width1+400;
       height1=height1+40; 
       if(height1<380)
        {
          height1=380;
        }
       var width=(screen.availWidth-width1)/2;
       var height=(screen.availHeight-height1)/2;
       window.open("image_popup.php?imgid="+imgid ,"pid"+imgid,"location=0,scrollbars=yes,height="+ height1 +",width="+ width1 +",left="+ width+",top="+ height);
     }
    function op_image_popup_coll(imgid,height1,width1)
     {
       width1=width1+400;
       height1=height1+40; 
       if(height1<380)
        {
          height1=380;
        }
       var width=(screen.availWidth-width1)/2;
       var height=(screen.availHeight-height1)/2;
       window.open("image_popup1.php?imgid="+imgid ,"pid"+imgid,"location=0,scrollbars=yes,height="+ height1 +",width="+ width1 +",left="+ width+",top="+ height);
     }