function showFile()
{
	var selFile;

 	selFile = "http://medem.custhelp.com/cgi-bin/medem";
	window.open(selFile,"Help", "height=550,width=550,resizable=0,toolbar=0,scrollbars=1,menubar=0");

}
