

function help(URL) {
URL = "info.php?" + URL;
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=350,height=300,left = 362,top = 234');");
}


function help_full(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=350,height=300,left = 362,top = 234');");
}

function printPage(){window.print()}

function addToFavorite(urlToAdd,titleToAdd){window.external.AddFavorite(urlToAdd,titleToAdd)}

function toggleVisibility(me) {
	if (document.getElementById(me).style.display=="none"){
		document.getElementById(me).style.display="block";
	}
	else {
		document.getElementById(me).style.display="none";
	}
}
