<!-- var window_football=null;
function openFootballEngine() {

window_football=window.open('','FootballSearchEngine', "status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,alwaysRaised=yes,width=500,height=425");
if(window_football != null) { 
if (window_football.opener == null)
window_football.opener = self; 
window_football.location.href = 'http://www.cyber-shack.net/FootballSearch/FootballPowerSearch.html';
} } 
// -->