// JavaScript Document
function linkto(myURL){
window.location = myURL;	
}