function showSwfTransparent( swfPath, swfWidth, swfHeight, swfFlashVars, obj1)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + swfWidth + '" height="' + swfHeight + '" >');
	document.write('	<param name="movie" value="' + swfPath +'">');
	document.write('	<param name="FlashVars" value="' + swfFlashVars + '>');
	document.write('	<param name="quality" value="high">');
	document.write('	<param name=wmode value=transparent>');
	document.write('	<embed src="' + swfPath + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + swfWidth + '" height="' + swfHeight + ' FlashVars=' + swfFlashVars + '"></embed>');
	document.write('</object>');
	

}


//-----¸ÞÀÎ menu
function menu1(){this.location = 'http://www.ileadon.com/2010/business.html';}//
function menu2(){this.location = 'http://www.ileadon.com/2010/solutions.html';}//
function menu3(){this.location = 'http://www.ileadon.com/2010/portfolio.html';}//
function menu4(){this.location = 'http://www.ileadon.com/2010/about.html';}//
function topbtn1(){this.location = 'http://www.ileadon.com/2010/about.html';}//
function topbtn2(){this.location = 'http://www.ileadon.com/2010/sitemap.html';}//
function home(){this.location = 'http://www.ileadon.com/2010/index.html';}//
