// JavaScript Document

<!-- START HIDE
// #############################################################
// ### GDS SmartScript V.5.0 (C)1998 GD Software
// ### http://www.danbbs.dk/~duplex
// ### duplex@mail.danbbs.dk
// #############################################################
function sel(UrlAdress){
UrlAdress=document.frm.com[document.frm.com.selectedIndex].value;
if (UrlAdress !='0')document.location.href=UrlAdress;
}
// STOP HIDE -->

