function showFile()
{
	var selFile;

 	selFile = "http://www.medem.com/am/am_contact_medem_pat.cfm";
	window.open(selFile,"Help", "height=550,width=550,resizable=0,toolbar=0,scrollbars=1,menubar=0");

}
