function openwindow(url,x,y) {
newwin = window.open(url,"","height="+x+",width="+y+",scrollbars=no,resizable=no")
}