

function formHandler(form){

var URL = document.form.site.options[document.form.site.selectedIndex].value;

window.location.href = URL;

}



function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}





function bookmark(url, description)

{

//shown to netscape users

netscape="Click OK and then press CTRL+D to bookmark our site."



if (navigator.appName=='Microsoft Internet Explorer')  

{

window.external.AddFavorite(url, description);

}

else if (navigator.appName=='Netscape')

{

alert(netscape);

}

}



