function createTable(obj) {
	var a=obj.getElementsByTagName("dd")
	var s='';
	s+='<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff"><tr><td width="3"><img src="/images/t1_tl.gif" width="3" height="3" /></td><td><img src="/images/spacer.gif" width="1" height="1" /></td><td width="3"><img src="/images/t1_tr.gif" width="3" height="3" /></td></tr><tr><td><img src="/images/spacer.gif" width="1" height="1" /></td><td class="tb1"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="4"><img src="/images/t2_l.gif" width="4" height="24" /></td><td background="/images/t2_c.gif" class="tb2">';

	s+=a[0].innerHTML //.replace("小游戏","") //title

	s+='</td><td width="4"><img src="/images/t2_r.gif" width="4" height="24" /></td></tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td colspan="3"><img src="/images/spacer.gif" width="6" height="6" /></td></tr><tr><td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="4"><img src="/images/t3_tl.gif" width="4" height="4" /></td><td background="/images/t3_tc.gif"><img src="/images/t3_tc.gif" width="1" height="4" /></td><td width="4"><img src="/images/t3_tr.gif" width="4" height="4" /></td></tr><tr><td background="/images/t3_ml.gif"><img src="/images/t3_ml.gif" width="4" height="1" /></td><td bgcolor="#e5f5ff" class="tb3">';

	s+=a[1].innerHTML //img_text

	s+='</td><td background="/images/t3_mr.gif"><img src="/images/t3_mr.gif" width="4" height="1" /></td></tr><tr><td><img src="/images/t3_bl.gif" width="4" height="4" /></td><td background="/images/t3_bc.gif"><img src="/images/t3_bc.gif" width="1" height="4" /></td><td><img src="/images/t3_br.gif" width="4" height="4" /></td></tr></table></td><td width="6"><img src="/images/spacer.gif" width="6" height="6" /></td><td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="4"><img src="/images/t3_tl.gif" width="4" height="4" /></td><td background="/images/t3_tc.gif"><img src="/images/t3_tc.gif" width="1" height="4" /></td><td width="4"><img src="/images/t3_tr.gif" width="4" height="4" /></td></tr><tr><td background="/images/t3_ml.gif"><img src="/images/t3_ml.gif" width="4" height="1" /></td><td bgcolor="#e5f5ff" class="tb3">';

	s+=a[2].innerHTML //img_text

	s+='</td><td background="/images/t3_mr.gif"><img src="/images/t3_mr.gif" width="4" height="1" /></td></tr><tr><td><img src="/images/t3_bl.gif" width="4" height="4" /></td><td background="/images/t3_bc.gif"><img src="/images/t3_bc.gif" width="1" height="4" /></td><td><img src="/images/t3_br.gif" width="4" height="4" /></td></tr></table></td></tr><tr><td colspan="3"><img src="/images/spacer.gif" width="6" height="6" /></td></tr><tr><td valign="top">'

	s+=a[3].innerHTML //list

	s+='</td><td><img src="/images/spacer.gif" width="6" height="6" /></td><td valign="top">'

	s+=a[4].innerHTML //list

	s+='</td></tr><tr><td colspan="3"><img src="/images/spacer.gif" width="9" height="9" /></td></tr><tr><td colspan="3" align="right"><img src="/images/i2.gif" width="11" height="11" />&nbsp;'

	s+=a[5].innerHTML //more

	s+='&nbsp;&nbsp;</td></tr></table></td><td><img src="/images/spacer.gif" width="1" height="1" /></td></tr><tr><td><img src="/images/t1_bl.gif" width="3" height="3" /></td><td><img src="/images/spacer.gif" width="1" height="1" /></td><td><img src="/images/t1_br.gif" width="3" height="3" /></td></tr></table>'

	obj.innerHTML=s
}

function createBox(obj) {
	var a=obj.getElementsByTagName("dd")
	var s='';

	s+='<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"><tr><td width="3"><img src="/images/t1_tl.gif" width="3" height="3" /></td><td><img src="/images/spacer.gif" width="1" height="1" /></td><td width="3"><img src="/images/t1_tr.gif" width="3" height="3" /></td></tr><tr><td><img src="/images/spacer.gif" width="1" height="1" /></td><td class="tb4">'

	s+=a[0].innerHTML

	s+='</td><td><img src="/images/spacer.gif" width="1" height="1" /></td></tr><tr><td><img src="/images/t1_bl.gif" width="3" height="3" /></td><td><img src="/images/spacer.gif" width="1" height="1" /></td><td><img src="/images/t1_br.gif" width="3" height="3" /></td></tr></table>'

	obj.innerHTML=s
}

