// JavaScript Document
function changepage(idname){
url=document.getElementById(idname).value;
//alert(url);
window.location.href=url;
}
