function FlashMainbody(Ftrans,wid,hei){
	mainbody = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+ wid +"' height='"+ hei +"'>";
	mainbody += "<param name='movie' value='"+ Ftrans +"'>";
	mainbody += "<param name='quality' value='high'>";
	mainbody += "<param name='wmode' value='transparent'>";
	mainbody += "<param name='menu' value='false'>";
	mainbody += "<embed src='"+ Ftrans +"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+ wid +"' height='"+ hei +"'></embed>"
	mainbody += "</object>";

	//document.body.innerHTML = mainbody;
	document.write(mainbody);
	return;
}

/****** menu 傅农 *****************/
function menu1() { location.href = "/company/ceo.html"; }
function menu2() { location.href = "/business/license.html"; }
function menu3() { location.href = "/community/notice.html"; }
function menu4() { location.href = "/publicity/catalog.html"; }
function menu5() { location.href = "/contact/contact.html"; }


/******* company 傅农 *****************/
function menu1sub1() { location.href = "/company/ceo.html"; }
function menu1sub2() { location.href = "/company/briefs.html"; }
function menu1sub3() { location.href = "/company/vision.html"; }
function menu1sub4() { location.href = "/company/history.html"; }
function menu1sub5() { location.href = "/company/chart.html"; }
function menu1sub6() { location.href = "/company/property.html"; }
function menu1sub7() { location.href = "/company/contact.html"; }



/******* products 傅农 *****************/
function menu2sub1() { location.href = "/business/license.html"; }
function menu2sub2() { location.href = "/business/hnet.html"; }
function menu2sub3() { location.href = "/business/rms.html"; }
function menu2sub4() { location.href = "/business/elec.html"; }


/******* news 傅农 *****************/
function menu3sub1() { location.href = "/community/notice.html"; }
function menu3sub2() { location.href = "/community/qa.html"; }


/******* clients傅农 *****************/
function menu4sub1() { location.href = "/publicity/catalog.html"; }
function menu4sub2() { location.href = "/publicity/mov.html"; }

/******* contact傅农 *****************/
function menu5sub1() { location.href = "/contact/contact.html"; }



