// JavaScript Document
// v1.0 scripts for FiE sites (default.asp) page links
function windowOpenLiveScores()
{
	window.open("http://score.planetfootball.com/","_blank","width=611,height=485,resizable=no,scrollbars=no,toolbar=no,top=0,left=0");			
}

function showTeamInfo(team)
{		
	window.open("http://www.football-in-scotland.co.uk/TeamInfo.asp?team=" + team,"_blank","width=220,height=140,resizable=no,scrollbars=no,toolbar=no,top=150,left=160,screenX=160,screenY=150");
}