function openWindow(url, height, width) {
	window.open( url, "", "height =" + height + ", width = " + width + ", 'toolbar=no, location=no, directories=no,  Status=no, menubar=no, scrollbars= yes ,resizable=yes" )
}