// JavaScript Document

		function showproduct(fname)
		{
			windowhdr=window.open("dmd_show_product.cfm?fname=" + fname,"test","width=500,height=560,left=240,top=100");
		}
