//Procuct image switching for the index1 and index2 pages
if (document.images) {
	 // Set width and height of all images
	 var img_width=187;
	 var img_height=100;

	 // SET DEFAULT IMAGES FOR EACH SECTION (onmouseout)    
	 notebook_off     = new Image(img_width,img_height);
	 notebook_off.src = "/canada/products/images/hho_products/dv7.jpg";
	 
	 printing_off     = new Image(img_width,img_height);
	 printing_off.src = "/canada/products/images/hho_products/col_mfp.jpg";

	 desktop_off     = new Image(img_width,img_height);
	 desktop_off.src = "/canada/products/images/hho_products/pav_desktop.jpg";
	 
	 fax_off     = new Image(img_width,img_height);
	 fax_off.src = "/canada/products/images/hho_products/scanner.jpg";

	 handheld_off     = new Image(img_width,img_height);
	 handheld_off.src = "/canada/products/images/hho_products/ipaq.jpg";
	 
	 monitor_off     = new Image(img_width,img_height);
	 monitor_off.src = "/canada/products/images/hho_products/monitors.jpg";
	 
	 camera_off = new Image (img_width,img_height);
	 camera_off.src = "/canada/products/images/hho_products/camera.jpg";
	 
	 servers_off = new Image (img_width,img_height);
	 servers_off.src = "/canada/products/images/hho_products/hp_mediasmart.jpg";



	 // PSG IMAGES
	 notebook_pavilion_notebook     = new Image(img_width,img_height);
	 notebook_pavilion_notebook.src = "/canada/products/images/hho_products/dv7.jpg";
	 
	 notebook_acc     = new Image(img_width,img_height);
	 notebook_acc.src = "/canada/products/images/hho_products/nb_acc.jpg";
	 
	 notebook_compaq_notebook     = new Image(img_width,img_height);
	 notebook_compaq_notebook.src = "/canada/products/images/hho_products/presario_nb.jpg";
	 
	 notebook_mini_notebook     = new Image(img_width,img_height);
	 notebook_mini_notebook.src = "/canada/products/images/hho_products/hp_mini.jpg";
	 
	 notebook_hdx_notebook     = new Image(img_width,img_height);
	 notebook_hdx_notebook.src = "/canada/products/images/hho_products/hdx.jpg";
	 
	 desktop_acc     = new Image(img_width,img_height);
	 desktop_acc.src = "/canada/products/images/hho_products/pc_acc.jpg";	
	 
	 media_center     = new Image(img_width,img_height);
	 media_center.src = "/canada/products/images/hho_products/media_center.jpg";
	 
	 pavilion_desktop      = new Image(img_width,img_height);
	 pavilion_desktop.src = "/canada/products/images/hho_products/pav_desktop.jpg";
	 
	 pavilion_elite      = new Image(img_width,img_height);
	 pavilion_elite.src = "/canada/products/images/hho_products/pav_elite.jpg";

	 compaq_desktop     = new Image(img_width,img_height);
	 compaq_desktop.src = "/canada/products/images/hho_products/compaq_desktop.jpg";
	 
	 touchsmart     = new Image(img_width,img_height);
	 touchsmart.src = "/canada/products/images/hho_products/touchsmart.jpg";

	 ipaq_pc     = new Image(img_width,img_height);
	 ipaq_pc.src = "/canada/products/images/hho_products/ipaq.jpg";

	 hho_calculator     = new Image(img_width,img_height);
	 hho_calculator.src = "/canada/products/images/hho_products/calculators.jpg";
	 
	 ipaq_accessories     = new Image(img_width,img_height);
	 ipaq_accessories.src = "/canada/products/images/hho_products/ipaq_acc.jpg";
 	 
	 pav_monitor     = new Image(img_width,img_height);
	 pav_monitor.src = "/canada/products/images/hho_products/pav_monitor.jpg";

	 compaq_monitor     = new Image(img_width,img_height);
	 compaq_monitor.src = "/canada/products/images/hho_products/compaq_mon.jpg";

	 mediasmart     = new Image(img_width,img_height);
	 mediasmart.src = "/canada/products/images/hho_products/hp_mediasmart.jpg";

	 vault     = new Image(img_width,img_height);
	 vault.src = "/canada/products/images/hho_products/media_vault.jpg";

	 voodoo_notebook     = new Image(img_width,img_height);
	 voodoo_notebook.src = "/canada/products/images/hho_products/voodoo_nb.jpg";

     voodoo_desktop     = new Image(img_width,img_height);
	 voodoo_desktop.src = "/canada/products/images/hho_products/voodoo_pc.jpg";


	 // IPG IMAGES
	 col_mfp     = new Image(img_width,img_height);
	 col_mfp.src = "/canada/products/images/hho_products/col_mfp.jpg";
	 
	 bw_mfp = new Image(img_width,img_height);
	 bw_mfp.src = "/canada/products/images/hho_products/bw_mfp.jpg";

	 color_laserjet     = new Image(img_width,img_height);
	 color_laserjet.src = "/canada/products/images/hho_products/col_laser.jpg";

	 bw_laserjet     = new Image(img_width,img_height);
	 bw_laserjet.src = "/canada/products/images/hho_products/bw_laser.jpg";
	 
	 color_inkjet     = new Image(img_width,img_height);
	 color_inkjet.src = "/canada/products/images/hho_products/col_inkjet.jpg";
	 
	 mobile_printer     = new Image(img_width,img_height);
	 mobile_printer.src = "/canada/products/images/hho_products/mobile.jpg";
	 
	 photo_printer     = new Image(img_width,img_height);
	 photo_printer.src = "/canada/products/images/hho_products/spec_photo.jpg";
	 
	 large_format     = new Image(img_width,img_height);
	 large_format.src = "/canada/products/images/hho_products/designjet.jpg";
	 
	 print_supplies     = new Image(img_width,img_height);
	 print_supplies.src = "/canada/products/images/hho_products/supplies.jpg";
	 
	 scanner     = new Image(img_width,img_height);
	 scanner.src = "/canada/products/images/hho_products/scanner.jpg";
	 
	 fax     = new Image(img_width,img_height);
	 fax.src = "/canada/products/images/hho_products/fax_product.jpg";
	 
	 fax_mfp     = new Image(img_width,img_height);
	 fax_mfp.src = "/canada/products/images/hho_products/fax_multifunction.jpg";

	 ipg_supplies     = new Image(img_width,img_height);
	 ipg_supplies.src = "/canada/products/images/hho_products/supplies.jpg";

	 ipaq_pocket     = new Image(img_width,img_height);
	 ipaq_pocket.src = "/canada/products/images/hho_products/handheld.jpg";
	 	  
}
		
// Change the image
function changeImage(imgName,picobj) {
	if (document.images) { 
		document.images[imgName].src= picobj.src;
	}
}