<!------------------------------------------------------------------------
//
//  Copyright 2003 PuntoExe Consultores.  All Rights Reserved.
//
//  File: parisien.js
//
//----------------------------------------------------------------------->

function ver(url) 
{
   var nWidth  = 650 ;
   var nHeight = 490 ;
   var nLeft   = (screen.width  - nWidth) / 2 ;
   var nTop    = (screen.height - nHeight) / 2 ;

   var sOptions = "scrollbars=yes,menubar=no,toolbar=no,location=no,status=no,resizable=no,dependent=yes" ;
   sOptions += ",width=" + nWidth ;
   sOptions += ",height=" + nHeight ;
   sOptions += ",left=" + nLeft ;
   sOptions += ",top=" + nTop ;

   oWindow = open(url , '', sOptions ) ;

}

function ventana(url,nWidth,nHeight) 
{  var nLeft    = (screen.width  - nWidth) / 2 ; 
   var nTop     = (screen.height - nHeight) / 2 ;
   var cOptions = 'scrollbars=yes,menubar=no,resizable=no,toolbar=no,location=no,status=no' ;
   cOptions += ',width=' + nWidth ;
   cOptions += ',height=' + nHeight ;
   cOptions += ',left=' + nLeft ;
   cOptions += ',top=' + nTop ;
   window.open(url,'',cOptions); 
   //var load=window.open(url,'','scrollbars=yes,menubar=no,width=' + width + ',height=' + height +',resizable=no,toolbar=no,location=no,status=no'); 
}

function ver2(procod) 

{ 
   var url='http://www.ferreterialaballena.com.uy/epiway/hwbsvp01.cgi?LaBallena,' + procod ;
   var nWidth  = 840 ;
   var nHeight = 575 ;
   var nLeft   = (screen.width  - nWidth) / 2 ;
   var nTop    = (screen.height - nHeight) / 2 ;
   
   var sOptions = "scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=no,dependent=yes" ;
   sOptions += ",width=" + nWidth ;
   sOptions += ",height=" + nHeight ;
   sOptions += ",left=" + nLeft ;
   sOptions += ",top=" + nTop ;


  var load=window.open(url,'',sOptions); 
}

function contacto(famcod) 
{  
   var url='http://www.ferreterialaballena.com.uy/epiway/hwbpro01.cgi?LaBallena,' + famcod ;
   var nWidth  = 548 ;
   var nHeight = 548 ;
   var nLeft   = (screen.width  - nWidth) / 2 ;
   var nTop    = (screen.height - nHeight) / 2 ;

   var sOptions = "scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=no,dependent=yes" ;
   sOptions += ",width=" + nWidth ;
   sOptions += ",height=" + nHeight ;
   sOptions += ",left=" + nLeft ;
   sOptions += ",top=" + nTop ;

   oWindow = open(url , '', sOptions ) ;

}
