// JavaScript Document
function openWindow(URL,title) {
    window.open(URL,title,"height=400,width=400,resizable=1,scrollbars=0,status=0,toolbar=0,menubar=0,location=0");
}
function openRadarWindow(URL,title) {
    window.open(URL,title,"height=615,width=680,resizable=1,scrollbars=0,status=0,toolbar=0,menubar=0,location=0");
}
function openBigWindow(URL,title) {
    window.open(URL,title);
}