// Archives URL Pulldown Menu
function gotoURL(URL){
	if(URL!=""){
		window.location.href=URL;
	}
}

