function flashHome1() {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=500 height=200><param name=movie value="images/soccer-weekends-main.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="images/soccer-weekends-main.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=500 height=200></embed></object>';
document.write (strString);
}

function liverpool1() {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=500 height=200><param name=movie value="images/liverpool.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="images/liverpool.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=500 height=200></embed></object>';
document.write (strString);
}

function manutd1() {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=500 height=200><param name=movie value="images/man-utd.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="images/man-utd.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=500 height=200></embed></object>';
document.write (strString);
}

function arsenal1() {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=500 height=200><param name=movie value="images/arsenal.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="images/arsenal.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=500 height=200></embed></object>';
document.write (strString);
}

function chelsea1() {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=500 height=200><param name=movie value="images/chelsea.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="images/chelsea.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=500 height=200></embed></object>';
document.write (strString);
}

function barcelona1() {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=500 height=200><param name=movie value="images/barcelona.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="images/barcelona.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=500 height=200></embed></object>';
document.write (strString);
}

function realmadrid1() {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=500 height=200><param name=movie value="images/real-madrid.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="images/real-madrid.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=500 height=200></embed></object>';
document.write (strString);
}

function acmilan1() {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=500 height=200><param name=movie value="images/ac-milan.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="images/ac-milan.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=500 height=200></embed></object>';
document.write (strString);
}

function packageMap() {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=500 height=340><param name=movie value="images/destination-map.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="images/destination-map.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=500 height=340></embed></object>';
document.write (strString);
}

function showDIV(nameDIV, fileName) {
document.getElementById(nameDIV).style.visibility = "visible";
if (fileName != null) {
	document.getElementById(nameDIV+'Content').innerHTML = "<iframe src =\"/"+fileName+".html\" width=\"500\" height=\"350\" frameborder=\"0\"></iframe>";
	}
}

function hideDIV(nameDIV) {
document.getElementById(nameDIV).style.visibility = "hidden";
}
