function open_window(HTML){
window.open(HTML,"","scrollbars=yes, width=450,height=350");
}

