
function newWindowPopUp(page, width, height){
	newWindow = window.open(page,"newWindow","width=" + width + ",height=" + height + ",left=40,top=40,resizable=yes,menubar=no,status=no,scrollbars=no,toolbar=no,location=no");	
	}
