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='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 = "/onegene/company01.html"; }
function menu2() { location.href = "/onegene/product01-1.html"; }
function menu3() { location.href = "/onegene/research01.html"; }
function menu4() { location.href = "/onegene/quality01.html"; }
function menu5() { location.href = "/onegene/customer01.html"; }
function menu6() { location.href = "/onegene/employ01.html"; }

/******* company 傅农 *****************/
function menu1sub1() { location.href = "/onegene/company01.html"; }
function menu1sub2() { location.href = "/onegene/company02.html"; }
function menu1sub3() { location.href = "/onegene/company03.html"; }
function menu1sub4() { location.href = "/onegene/company04.html"; }
function menu1sub5() { location.href = "/onegene/company05.html"; }
function menu1sub6() { location.href = "/onegene/company06.html"; }
function menu1sub7() { location.href = "/onegene/company07.html"; }
function menu1sub8() { location.href = "/onegene/company08.html"; }

/******* product 傅农 *****************/
function menu2sub1() { location.href = "/onegene/product01-1.html"; }
function menu2sub2() { location.href = "/onegene/product02-1.html"; }
function menu2sub3() { location.href = "/onegene/product03-1.html"; }
function menu2sub4() { location.href = "/onegene/product04-1.html"; }

/******* research 傅农 *****************/
function menu3sub1() { location.href = "/onegene/research01.html"; }
function menu3sub2() { location.href = "/onegene/research02.html"; }
function menu3sub3() { location.href = "/onegene/research03.html"; }


/******* quality 傅农 *****************/
function menu4sub1() { location.href = "/onegene/quality01.html"; }
function menu4sub2() { location.href = "/onegene/quality02.html"; }
function menu4sub3() { location.href = "/onegene/quality03.html"; }
function menu4sub4() { location.href = "/onegene/quality04.html"; }


/******* COMMUNITY 傅农 *****************/
function menu5sub1() { location.href = "/xbbs/notice/list.asp?bbs=notice"; }
function menu5sub2() { location.href = "/onegene/customer02.html"; }
function menu5sub3() { location.href = "/xbbs/press/list.asp?bbs=press"; }

/******* employ 傅农 *****************/
function menu6sub1() { location.href = "/onegene/employ01.html"; }
function menu6sub2() { location.href = "/onegene/employ02.html"; }
function menu6sub3() { location.href = "/onegene/employ03.html"; }
function menu6sub4() { location.href = "/onegene/employ04.html"; }
function menu6sub5() { location.href = "/onegene/employ05.html"; }
function menu6sub6() { location.href = "/onegene/employ06.html"; }
function menu6sub7() { location.href = "/onegene/employ07.asp"; } 
function menu6sub8() { location.href = "/xbbs/rfaq/list.asp?bbs=rfaq"; }




