function openwindow(url){
window.open (url,"mywindow","menubar=0,resizable=0,scrollbars=yes,width=555,height=560");
}

