function popUp(path, width, height) {
	window.open( path, "", "height = " + height + ", width = " + width + ",toolbar=no,location=no,status=no,menubar=no,scrollbars=yes" )

}

