<!-- hide from old browsers
// modified November 24, 2004; for loginotes.com from asyluminc.com site (byER)

var dlid = location.search.substring(1);
dlid = dlid.substring(5, dlid.length);

var isfile = 1; // if no file is found in URL, this trigger will swap the Submit button for a Back button.
var dlname;
var dlurl;

switch (dlid) {
case "ln01":
	dlname = "LogiNotes 2010 D&#233;mo";
	dlurl = "http://www.asyluminc.com/downloads/files/LN10_Demo.exe";
	break;
/* case "ln02":
	dlname = "LogiNotes 2006 CNX mise &#224; jour";
	dlurl = "http://www.asyluminc.com/downloads/files/LN06_CNX_Upgrade.exe";
	break; */
	
default:
	isfile = 0;
	dlname = "File Not Recognized - Please Try Again!"
	dlurl = "index.html"
	break;
}

		
function gosupport()
{
	location.href="index.html";
}
// stop hiding -->
