function newWindow(dest){
window.open (dest, "newWindow", "location=1,status=1,scrollbars=1,menubar=1,toolbar=1,resizable=1");
}

