function newWindow (popupURL, width, height) {
	Info = window.open(popupURL,"Info",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width='+width+',height='+height+',top=80,left=80');
	Info.focus();
}
