function change_URL(psURL, avalue) { 
	new_URL = psURL + avalue
	//alert(new_URL);
      location.href=new_URL; 
} 

