// JavaScript Document

function enlarge_image_general(imagename)

{

	window.open('display_enlarged_image_general.php?img_name='+imagename,'Enlarge_Image','width=800,height=600,scrollbars=yes,location=no');

}



function show_image_home_page(img_path)

{

	window.open('tool/show_image_home_page.php?img_path='+img_path,'Product_Image','width=800,height=600,scrollbars=yes,location=no');

}



function product_details_home_page(prod_page_path)

{

	window.open(prod_page_path,'Product_Details','width=800,height=600,scrollbars=yes,location=no');

}
