function popup(page)
{
	fen = window.open(page,"philaclub","0,0,0,0,resizable=yes,scrollbars=yes,width=880,height=620"); 
	if( self.focus )
	 	fen.focus();
}