// JavaScript Document

		function showproduct(fname)
		{
			windowhdr=window.open("dmd_show_product.cfm?fname=" + fname,"test","width=575,height=675,left=240,top=100,scrollbars=yes");
		}
