/*
  $Id: general.js 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

function enlargeProducts_Image(x){
  var pimage = "products_image" + x;
   pimage.height="300";
   pimage.width="300"
}

function dropProducts_Image(x){
  var pimage = products_image + x;
   pimage.height="150";
   pimage.width="150"
}

function enlargeImage2(){
   image2.height="300"
}
function dropImage2(){
   image2.height="150"
}

