function windowOpen(b,c,a){var d=new Date().getTime().toString();if(c==""){c="popup"+d}if(popupWindow!=null&&popupWindow.closed==false){popupWindow.close()}a=a.replace(/resizable\=no/,"resizable=yes");popupWindow=window.open(b,c,a);popupWindow.focus()}var popupWindow=null;function surftoEx(d,c){var b=window.document.forms[d];var a=b.elements[c].options[b.elements[c].selectedIndex].value;if(a!=""){if(a.substr(0,7)=="extern,"){var e=window.open(a.substr(7,a.length-7))}else{window.location=a}}};
