//open_window
function openwindow(url){
window.open(url,"myWin","width=900,height=650,toolbar=no,scrollbars=yes,resizable=yes,menubar=yes");
}