var width = 660;
var height = 660;
var URL = 'route.html';
function route() {
newWindow = window.open(URL,'newWindow','toolbar=no,menubar=no,resizable=no,scrollbars=yes,status=no,location=no,width='+width+',height='+height);
}