function new_window(url)
{
msgwindow=window.open(url,"displaywindow",
"toolbar=no,location=no,status=no,menubar=no, scrollbars=no,resizable=no,width=900,height=340,left=0,top=0");

}
