function openSeasonTable( theURL ) 
{  
	var a = window.open( theURL, "Season", "width=595,height=630,scrollbars=yes" );
	a.focus();
}
