// JavaScript Document
<!--
<!-- This script and many more are available free online at --><!-- The JavaScript Source!! http://javascript.internet.com --><!-- Begin
function formHandler(form) {
var windowprops = "height=768,width=1024,location=no,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
var URL = form.site.options[form.site.selectedIndex].value;
popup = window.open(URL,"MenuPopup",windowprops);
}
// End -->//--></script><!-- end image preloader & rollover--><SCRIPT LANGUAGE="JavaScript"><!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) --><!-- Web URL:  http://fineline.xs.mw --><!-- This script and many more are available free online at --><!-- The JavaScript Source!! http://javascript.internet.com --><!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=yes,width=1024,height=768,left = 173.5,top = 123.5');");
}
// End -->