function openWindow(url) {
     win
=window.open(url,"windowName","status,scrollbars,resizable,copyhistory,height=420,width=500");
}