<!--
function print_wcp_bar(sectionId) {
	var strMenu = '<img src="/football/img/bar_'+sectionId+'.gif" width="627" height="17" border="0" usemap="#wcpMap">';
	var MenuMapArr = new Array();

	MenuMapArr[0] = '<area shape="rect" coords="6,1,79,16" href="/football/wcp/current/fbwcpa0001x0.html" target="_self">';
	MenuMapArr[1] = '<area shape="rect" coords="87,1,129,19" href="/football/wcp/current/fbwcpb0001x0.html" target="_self">';
	MenuMapArr[2] = '<area shape="rect" coords="138,1,209,16" href="/football/wcp/current/fbwcpc0001x0.html" target="_self">';
	MenuMapArr[3] = '<area shape="rect" coords="221,1,301,17" href="/football/wcp/current/fbwcpd0001x0.html" target="_self">';
	MenuMapArr[4] = '<area shape="rect" coords="308,1,373,17" href="/football/wcp/current/fbwcpe0001x0.html" target="_self">';
	MenuMapArr[5] = '<area shape="rect" coords="379,1,446,17" href="/football/wcp/current/fbwcpf0001x0.html" target="_self">';

	strMenu += '<map name="wcpMap">';
	switch(sectionId){

		case "wcpa": MenuMapArr[0] = '';
			break;
		case "wcpb": MenuMapArr[1] = '';
			break;
		case "wcpc": MenuMapArr[2] = '';
			break;
		case "wcpd": MenuMapArr[3] = '';
			break;
		case "wcpe": MenuMapArr[4] = '';
			break;
		case "wcpf": MenuMapArr[5] = '';
			break;
	}

	for (i=0; i < MenuMapArr.length; i++){

		strMenu += MenuMapArr[i];  

	}
	strMenu += '<area shape="rect" coords="538,1,627,16" href="/football/wcp/current/fbwcpa0301x0.html" target="_self">';
	strMenu += '</map>';
	document.write(strMenu);
	
}

function print_wcp_bar2(sectionId) {
	var strMenu = '<img src="/football/img/bar_'+sectionId+'2.gif" width="627" height="26" border="0" usemap="#wcpMap2">';
	strMenu += '<map name="wcpMap2">';
	switch(sectionId){

		case "wcpa":
			strMenu += '<area shape="rect" coords="11,3,87,23" href="/football/wcp/current/fbwcpa0301x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="91,3,147,23" href="/football/wcp/current/fbwcpa0701x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="151,3,208,24" href="/football/wcp/current/fbwcpa0001x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="212,2,267,24" href="/football/wcp/current/fbwcpa0101x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="272,2,412,24" href="/football/wcp/current/fbwcpa0201x0.html" target="_self">';
			break;
		case "wcpb":
			strMenu += '<area shape="rect" coords="91,4,128,23" href="/football/wcp/current/fbwcpb0001x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="131,4,188,23" href="/football/wcp/current/fbwcpb0101x0.html" target="_self">';
			break;
		case "wcpc":
			strMenu += '<area shape="rect" coords="142,4,200,22" href="/football/wcp/current/fbwcpc0001x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="202,3,260,22" href="/football/wcp/current/fbwcpc0101x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="262,4,326,23" href="/football/wcp/current/fbwcpc0201x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="327,4,383,24" href="/football/wcp/current/fbwcpc0301x0.html" target="_self">';
			break;
		case "wcpd":
			strMenu += '<area shape="rect" coords="229,3,260,22" href="/football/wcp/current/fbwcpd0001x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="263,4,294,22" href="/football/wcp/current/fbwcpd0101x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="296,4,329,23" href="/football/wcp/current/fbwcpd0201x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="330,4,361,22" href="/football/wcp/current/fbwcpd0301x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="364,5,394,22" href="/football/wcp/current/fbwcpd0401x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="395,4,428,23" href="/football/wcp/current/fbwcpd0501x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="429,4,461,22" href="/football/wcp/current/fbwcpd0601x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="462,5,495,22" href="/football/wcp/current/fbwcpd0701x0.html" target="_self">';
			break;
		case "wcpe":
			strMenu += '<area shape="rect" coords="315,5,372,22" href="/football/wcp/current/fbwcpe0001x0.html" target="_self">';
			break;
		case "wcpf": 
			strMenu += '<area shape="rect" coords="387,5,474,21" href="/football/wcp/current/fbwcpf0001x0.html" target="_self">';
			strMenu += '<area shape="rect" coords="479,5,541,21" href="/football/wcp/current/fbwcpf0101x0.html" target="_self">';
			break;
	}
	strMenu += '</map>';
	document.write(strMenu);	
}
// -->
