function loadPage(index) {

	var menu=document.dropdown.site;

	top.location="http://www."+menu[index].value;

}