function toSelectPage(in_selection)
{
	var selectionPage=document.getElementById(in_selection).value;
	if(selectionPage!="-1")
	  window.location=selectionPage;	  
}

function setPaypalID(in_id)
{
   document.getElementById("hosted_button_id").value=in_id;
}