function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
OpenWin = this.open(URL, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}