function openClose(){
window.close();
openFile('../files/FMAudit/Self-Install Guide.pdf');
return false;
}
function openFile(Url)
{
	window.open(Url)	
}
function ShowWindow(){
	MyWindow = window.open('fmaudit.asp','Contact Information','height=800,width=600,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')
}