function Info(section, stitle) {
	var hlink = "http://www.elantolia.com/Info.asp?cmd=" + section + "&title=" + stitle
	window.open(hlink,"Info","width=450,height=450,left=0,top=0,resizable=no,status=no,scrollbars=no")
}
function FindObj(item) {
	if (document.all) return(document.all[item]);
	if (document.getElementById) return(document.getElementById(item));
	return(false);
}
function ContactWindow() {
	var imgpath = 'http://www.elantolia.com/ContactUS.htm';
	var sw = this.screen.availWidth, sh = this.screen.availHeight;
	var wl = Math.round((sw - 462) / 2), wt = Math.round((sh - 445) / 2);
	var param = 'width=462,height=445,left=' + wl.toString() + ',top=' + wt.toString() + ',resizable=no,status=no,scrollbars=no';
	window.open(imgpath, "Contact", param)
}
