// JavaScript Document

/// open the window
function openWindow(url){
window.open(url,"_blank","toolbar=yes, location=yes, directories=yes, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=800, height=400,top=0,left=0");
}

