function FullScreen(theURL) {
	window.open(theURL, '', 'fullscreen=yes, resizable=yes, status=yes, scrollbars=auto');
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
function load1(form) { // MenuBuilder 3.0
	var url = form.Llist_1.options[form.Llist_1.selectedIndex].value;
	if (url != '') location.href = url;
	return false;
}