// JavaScript Document
// JavaScript Document
function planwindow(url){
window.open(url, "planwindow", "resizable=yes,scrollbars=yes");
}

