
/*
 MOUSEOVER EFFECT - to enlarge the image - buy now page.
**/

function enlargeImage(field){
   field.height=50;
   field.width=102; 
}
function dropImage(field){
   field.height="40";
   field.width= "92";
}