/*
  $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 + "]";
   products_image[0].height="300";
   products_image[0].width="300"
}

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

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

