function showGroup(){
    document.getElementById('flash').innerHTML = "<object width=\"230\" height=\"340\" id=\"obj_1227036158156\"><param name=\"movie\" value=\"http://totallyenglishanime.chatango.com/group\"/><param name=\"wmode\" value=\"transparent\"/><param name=\"AllowScriptAccess\" VALUE=\"always\"/><param name=\"AllowNetworking\" VALUE=\"all\"/><param name=\"AllowFullScreen\" VALUE=\"true\"/><param name=\"flashvars\" value=\"cid=1227036158156&a=000000&b=100&c=1e3656&d=1e3656&e=000000&g=F6F6F4&k=666666&l=333333&m=000000&n=1e3656&q=000000&r=100&s=1&t=0\"/><embed id=\"emb_1224098323899\" src=\"http://totallyenglishanime.chatango.com/group\" width=\"230\" height=\"340\" wmode=\"transparent\" allowScriptAccess=\"always\" allowNetworking=\"all\" type=\"application/x-shockwave-flash\" allowFullScreen=\"true\" flashvars=\"cid=1227036158156&a=000000&b=100&c=1e3656&d=1e3656&e=000000&g=F6F6F4&k=666666&l=333333&m=000000&n=1e3656&q=000000&r=100&s=1&t=0\"></embed></object>";
}
function showStore(){
    document.getElementById('store').innerHTML = "<iframe src=\"http://astore.amazon.com/httpwwwtota04-3-20\" width=\"100%\" height=\"650\" frameborder=\"0\" scrolling=\"yes\"></iframe>";
}
window.onload=show;
function show(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}