function OpenWindow(url,win,w,h) {
	openWin = window.open(url,'win',"width="+w+",height="+h+",resizable=yes,scrollbars=yes")
	openWin.focus()
//    OpenWin = this.open(page, "", 'toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width="'+x+'",height="'+y+'"');
}
