 function goToPage(url)
 {
 if (url != "")
 {
 location.href=url;
 }
 }
 

