// JavaScript Document
function runAX(file)
{
	var oShell = new ActiveXObject("Shell.Application");
	oShell.ShellExecute(file, "", "", "open", "1");
	//oShell.ShellExecute("\\\\HDQ25\\data\\PROCURE\\ACCESS\\Remis\\NEWNomenstd1.mdb", "", "", "open", "1");
}

