// JavaScript Document
function autoLink()

{

var number = document.FormAdvance.WebLink.selectedIndex;

location.href = document.FormAdvance.WebLink.options[number].value;

}
