
function SetPage(newAddress) {
 if(newAddress!="") { window.location.href=newAddress; }
}


