function pupWin(where){
	newWindow = window.open(where,'pupWin','width=760,height=660,left=0,top=0,toolbar=no,location=no,directories=yes,status=no,menuBar=no,scrollbars=yes,resizable=yes'); 
	newWindow.focus();
}
