// JScript source code
		
  function ResetImgSize(o)
   {
     //alert("dsfsdf");
     if(o.width>300)
       {
          w=o.width;             
          h=o.height;
          o.width=290;
          o.height=h*290/w;
      
        }
     
   } 

function OpenWin(url)
 {
   window.open(url, "", "top=10,left=10,height=500, width=750,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,center=yes");
 }


function OpenEditProdWin(url)
 {
   //alert(url);
   window.open(url, "", "left=100,top=10,height=600, width=800,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,center=yes");
 }
     
     
function OpenUploadWin(url)
 {
   //alert(url);
   window.open(url, "", "left=200,top=200,height=100, width=600,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,center=yes");
 }
  function OpenNewsWin(url)
 {
   //alert(url);
   window.open(url, "", "left=200,top=10,height=500, width=600,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,center=yes");
 }
    
  function OpenShowImgWin(url)
 {
   //alert(url);
   window.open(url, "", "left=200,top=10,height=600, width=650,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,center=yes");
 }
    
