function flash(c,d,e) {
 var flash_tag = "";
 flash_tag = '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
 flash_tag +='codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ';
 flash_tag +='WIDTH="'+c+'" HEIGHT="'+d+'" >';
 flash_tag +='<param name="wmode" value="transparent">'; 
 //ÀÌºÎºÐÀº ÇÃ·¡½¬ ¹è°æÀ» Åõ¸íÀ¸·Î ¼³Á¤ÇÏ´Â ºÎºÐÀ¸·Î ÇÊ¿ä¾ø´Ù¸é »èÁ¦ÇØµµ ¹«¹æÇÔ
 flash_tag +='<param name="movie" value="'+e+'">';
 flash_tag +='<param name="quality" value="high">';
 flash_tag +='<embed src="../'+e+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ';
 flash_tag +='type="application/x-shockwave-flash"  WIDTH="'+c+'" HEIGHT="'+d+'"></embed></object>'
 document.write(flash_tag);
}

var goFlMenuLinks = [];
goFlMenuLinks['1-1'] = "index.php";

goFlMenuLinks['2-1'] = "javascript:javascript:funcGo2DepthUp(1, 1, 243, 'finance', '´ëÃâ»óÇ°', '../main/sub.php', 873, 'finance_1', '¾ÆÀÌ·Ð Á÷ÀåÀÎ', 'bdr_finance_1.php')";
goFlMenuLinks['2-2'] = "javascript:javascript:funcGo2DepthUp(1, 2, 243, 'finance', '´ëÃâ»óÇ°', '../main/sub.php', 874, 'finance_2', '¾ÆÀÌ·Ð ÇÁ¸®¹Ì¾ö', 'bdr_finance_2.php')";
goFlMenuLinks['2-3'] = "javascript:javascript:funcGo2DepthUp(1, 3, 243, 'finance', '´ëÃâ»óÇ°', '../main/sub.php', 875, 'finance_3', '¾ÆÀÌ·Ð ÀÚ¿µ¾÷ÀÚ', 'bdr_finance_3.php')";
goFlMenuLinks['2-4'] = "javascript:javascript:funcGo2DepthUp(1, 4, 243, 'finance', '´ëÃâ»óÇ°', '../main/sub.php', 876, 'finance_4', '¾ÆÀÌ·Ð ÇÁ¸®·£¼­', 'bdr_finance_4.php')";

goFlMenuLinks['3-1'] = "javascript:funcGo2DepthUp(1, 5, 243, 'finance', '´ëÃâ»óÇ°', '../main/sub.php', 887, 'finance_5', 'ºü¸¥½ÅÃ»', 'bdr_finance_5.php')";

goFlMenuLinks['4-1'] = "javascript:javascript:funcGo2DepthUp(2, 3, 244, 'customer', '°í°´¼¾ÅÍ', '../main/sub.php', 879, 'customer_3', '°í°´¹®ÀÇ', '../common/bdr_common_lst.php')";

goFlMenuLinks['5-1'] = "javascript:funcGo2DepthUp(1, 6, 243, 'finance', '´ëÃâ»óÇ°', '../main/sub.php', 888, 'finance_6', '½ÅÃ»°á°úÁ¶È¸', 'bdr_finance_6.php')";

function goFlMenu(nm) {
	try{
		window.location.href = goFlMenuLinks[nm];
	} catch(err) {}
}

/********************************************************************************
ÇÃ·¡½Ã È°¼ºÈ­
********************************************************************************/
function swfView(width, height, url){
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ");
	document.write(" codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' ");
	document.write(" width='"+width+"' height='"+height+"' align='middle'>");
	document.write("<param name='allowScriptAccess' value='always' /> ");
	document.write("<param name='movie' value='"+url+"' /> ");
	document.write("<param name='quality' value='high' /> ");
	document.write("<param name='wmode' value='transparent'> ");
	document.write("<embed src='"+url+"' quality='high' width='"+width+"' height='"+height+"' align='middle' ");
	document.write(" allowScriptAccess='sameDomain' type='application/x-shockwave-flash' ");
	document.write(" pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");
}
