// JavaScript Document



function change(id){
	document.location.href=id+".php";	
}