function gaNaar($id){
	elm = document.getElementById($id);
	
	window.location = elm.value;
}
