function pupWin(pageURL,settings) {
	window.open(pageURL,'popup',settings) ;
	return false ;
}
