function Call_Swf_View(URL,SizeX,SizeY){


document.write('			<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
document.write(	'				codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
document.write(	'				width="'+SizeX+'" height="'+SizeY+'" id="menuLink" align="middle">');
document.write(	'				<param name="movie" value="'+URL+'" />');
document.write(	'				<param name="quality" value="high" />');
//document.write(	'				<param name="bgcolor" value="#ffffff" />');
document.write(	'				<embed src="'+URL+'" quality="high" ');
document.write(	'						bgcolor="#ffffff" width="'+SizeX+'" height="'+SizeY+'" name="menuLink"');
document.write(	'						align="middle" ');
document.write(	'						type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write(	'		</object>		');

}

function Call_Swf_Tran_View(URL,SizeX,SizeY){
document.write('			<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
document.write(	'				codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
document.write(	'				width="'+SizeX+'" height="'+SizeY+'" id="menuLink" align="middle">');
document.write(	'				<param name="movie" value="'+URL+'" />');
document.write(	'				<param name="quality" value="high" />');
document.write(	'				<param name="wmode" value="transparent"/>');

document.write(	'				<param name="bgcolor" value="#ffffff" />');
document.write(	'				<embed src="'+URL+'" quality="high" ');
document.write(	'						bgcolor="#ffffff" width="'+SizeX+'" height="'+SizeY+'" name="menuLink"');
document.write(	'						align="middle" ');
document.write(	'						type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write(	'		</object>		');

}

function Call_Movie_View(URL,SizeX,SizeY){
document.write('<embed src="'+URL+'" enablecontextmenu="0" showstatusbar="0" LOOP="FALSE" width="'+SizeX+'" height="'+SizeY+'" id="Movie_5"></embed>')
}

function mnu_link(id){
	
	host = "http://www.l2vn.com/";
	
	if(id=="100") window.open(host+"tintuc/index.aspx?p=1","_self");
	if(id=="200") window.open(host+"gioithieu/index.aspx?p=lineage","_self");
	if(id=="300") window.open(host+"thuvien/index.aspx?p=huongdan","_self");
	if(id=="400") window.open(host+"download/index.aspx?p=caidat","_self");
	if(id=="500") window.open(host+"taikhoan/dangnhap.aspx","_self");
	if(id=="600") window.open(host+"hotro/index.aspx?p=cauhoi","_self");
	if(id=="700") window.open(host+"dangky/index.aspx","_self");
	if(id=="800") window.open("http://forum.l2vn.com/","_self");
	
	if(id=="1") window.open(host+"tintuc/index.aspx?p=1","_self");
	if(id=="2") window.open(host+"tintuc/index.aspx?p=2","_self");
	if(id=="3") window.open(host+"tintuc/index.aspx?p=3","_self");
	if(id=="4") window.open(host+"tintuc/index.aspx?p=4","_self");
	
	if(id=="5") window.open(host+"gioithieu/index.aspx?p=lineage","_self");
	if(id=="6") window.open(host+"gioithieu/index.aspx?p=lineageviet","_self");
	if(id=="7") window.open(host+"gioithieu/index.aspx?p=huyenthoai","_self");
	if(id=="8") window.open(host+"gioithieu/index.aspx?p=truyenthuyet_ds","_self");
	
	if(id=="9") window.open(host+"thuvien/index.aspx?p=huongdan","_self");
	if(id=="10") window.open(host+"thuvien/index.aspx?p=race_human","_self");
	if(id=="11") window.open(host+"thuvien/index.aspx?p=nhiemvu_ds","_self");
	if(id=="12") window.open(host+"thuvien/index.aspx?p=congthanh","_self");
	if(id=="13") window.open(host+"thuvien/index.aspx?p=bando","_self");
	
	if(id=="14") window.open(host+"download/index.aspx?p=caidat","_self");
	if(id=="15") window.open(host+"download/index.aspx?p=cauhinh","_self");
	if(id=="16") window.open(host+"download/index.aspx?p=film","_self");
	
	if(id=="17") window.open(host+"taikhoan/dangnhap.aspx","_self");
	if(id=="18") window.open(host+"taikhoan/doithongtin.aspx?p=1","_self");
	if(id=="19") window.open(host+"taikhoan/goiyeucau.aspx","_self");
	if(id=="20") window.open(host+"taikhoan/goiyeucau.aspx","_self");
	
	if(id=="22") window.open(host+"hotro/index.aspx?p=cauhoi","_self");
	if(id=="21") window.open(host+"hotro/index.aspx?p=thongtin","_self");	
}

function show(id){
var t;
if(document.getElementById)
	t=document.getElementById(id);
else 
	t=document.all(id);

if(t==null)
	return;

if(t.style.display=='')
	t.style.display='none';
else
	t.style.display='';
}

