// JavaScript Document
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function formHandler2(form) {
var windowprops = "height=300,width=270,location=no,"
+ "scrollbars=no,menubars=no,toolbars=no,resizable=yes";

var URL = form.site2.options[form.site2.selectedIndex].value;
popup = window.open(URL,"MenuPopup",windowprops);
}


//-->
