// JavaScript Document
function getFooterImage(){
	
		var str='<table width="100%" border="0" cellspacing="0" cellpadding="0">\n\r';
		str+='<tr>\n\r';
		str+='<td bgcolor="#E6E6E6"><div align="center"><img src="http://www.gogostudy.com.tw/footer/foot01.jpg" width="1024" height="241" border="0" usemap="#Maplogo"/></div></td>\n\r';
		str+='</tr>\n\r';
		str+='</table>\n\r';
		str+='<map name="Maplogo" id="Maplogo">\n\r';
		str+='<area shape="rect" coords="393,134,498,208" href="http://www.gogoau.com.tw/" target="_blank" />\n\r';
		str+='<area shape="rect" coords="271,134,388,209" href="http://www.gogoenglish.com.tw/" target="_blank" />\n\r';
		str+='<area shape="rect" coords="159,135,264,206" href="http://www.gogo-japan.com.tw/" target="_blank" />\n\r';
		str+='<area shape="rect" coords="38,133,153,210" href="http://www.gogouk.com.tw/" target="_blank" />\n\r';
		str+='</map>\n\r';
	
		return str;
}

function getFooterImageWhite(){
	
		var str='<table width="100%" border="0" cellspacing="0" cellpadding="0">\n\r';
		str+='<tr>\n\r';
		str+='<td bgcolor="#E6E6E6"><div align="center"><img src="http://www.gogostudy.com.tw/footer/foot02.jpg" width="900" height="243" border="0" usemap="#Maplogo"/></div></td>\n\r';
		str+='</tr>\n\r';
		str+='</table>\n\r';
		str+='<map name="Maplogo" id="Maplogo">\n\r';
		str+='<area shape="rect" coords="393,134,498,208" href="http://www.gogoau.com.tw/" target="_blank" />\n\r';
		str+='<area shape="rect" coords="271,134,388,209" href="http://www.gogoenglish.com.tw/" target="_blank" />\n\r';
		str+='<area shape="rect" coords="159,135,264,206" href="http://www.gogo-japan.com.tw/" target="_blank" />\n\r';
		str+='<area shape="rect" coords="38,133,153,210" href="http://www.gogouk.com.tw/" target="_blank" />\n\r';
		str+='</map>\n\r';
	
		return str;
}
