/**
动态改变栏目菜单
**/
var sms_menu = new Array();
sms_menu[0] = "Racing pigeon association,A folk organization,Has controls and supervises the gongpeng rights. ";
sms_menu[1] = "　 The market, may carry on with the Racing pigeon correlation aspect commodity exchange!";
sms_menu[2] = "　　Provides the pigeon hole platform, lets the pigeon friend have own truly website!";
sms_menu[3] = " One kind exchanges mutually by the message mode, promotes the friendship the platform.";
sms_menu[4] = "The introduction now the pigeon raises the pigeon famous expert and their pigeon.";

function ChangeMenu(num){
	document.all["col"].innerHTML = sms_menu[num];
}