	function motor_sports(num)
	{
		document.getElementById("motor"+num+"").style.color='#7B347A';
		document.getElementById("motor"+num+"").style.fontWeight= 'bold';
	}
	
	document.write("\
	<table border=0 cellpadding=0 cellspacing=0>\
	<tr>\
		<td><img src=\"/common/img/passion/bt_left.gif\"></td>\
		<td background=\"/common/img/passion/bt_bg.gif\"><a href=\"./motor_sports.aspx?Menu_no=" + Menu_no + "&LeftMenuIndex1=" + LeftMenuIndex1 + "&LeftMenuIndex2=" + LeftMenuIndex2 + "&carcode=00&MenuName=Mc_MenuName&CarName=&PageName=&no=&CM=CM\" class=\"passionchamp\" id=motor1>About the Festival</a></td>\
		<td><img src=\"/common/img/passion/bt_gap.gif\"></td>\
		<td background=\"/common/img/passion/bt_bg.gif\"><a href=\"./motor_gallery.aspx?Menu_no=" + Menu_no + "&LeftMenuIndex1=" + LeftMenuIndex1 + "&LeftMenuIndex2=" + LeftMenuIndex2 + "&carcode=00&MenuName=Mc_MenuName&CarName=&PageName=&no=&CM=CM\" class=\"passionchamp\" id=motor2>Gallery</a></td>\
		<td><img src=\"/common/img/passion/bt_right.gif\"></td>\
	</tr>\
	</table>\
	");