/***** ÇÃ·¡½Ã »ðÀÔ <script>flash(°æ·Î,°¡·Î,¼¼·Î,Åõ¸í¿©ºÎ)</script> *****/
function flash(src,width,height,tr){
    object = '';
    object += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" id="param" width="'+width+'" height="'+height+'">';
    object += '<param name="movie" value="'+src+'">';
    if(tr=='1'){
         object += '<param name="wmode" Value="Transparent">';
    }
    object += '<embed src="'+src+'" quality="high" ';    
    if(tr=='1'){
        object += ' wmode="transparent" ';
    }
    object += ' bgcolor="#ffffff" menu="false" width="'+width+'" height="'+height+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
    object += '</object>';
    document.write(object);
}

/*** ÇÃ·¡½Ã Ãâ·Â ***/
function embed(src,width,height){
	var args=arguments;
	var nver=(args[3] ? args[3] : "10,0,0,0");
	document.write('\
	<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+nver+'" WIDTH="'+width+'" HEIGHT="'+height+'"  ALIGN="" name="flashProdnodep">\
	<PARAM NAME=movie VALUE="'+src+'">\
	<param name="quality" value="high">\
	<param name="allowScriptAccess" value="always">\
	<param name="wmode" value="transparent">\
	<EMBED src="'+src+'" quality=high WIDTH="'+width+'" HEIGHT="'+height+'" wmode="transparent" NAME="flashProdnodep" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>\
	</OBJECT>\
	');
}

/***** ÇÃ·¡½Ã ¸µÅ© *****/
function visual01(){location.href='../gongu/mcard/index.html';}			//°øµ¿±¸¸Å - ÄÃÃ³¿¥
function visual02_1(){location.href='http://board.yesbl.com/community/board/view.html?board=blauction&num=10&category=&block=&gotopage=&search=&s_check=&divpage=1';}				//ÀÌº¥Æ® - ÀÌº¥Æ® °Ô½ÃÆÇ
function visual02_2(){window.open('/charge/cash_charge.html','','width=327,height=400, scrollbars=yes, resizable=yes');}				//ÀÌº¥Æ® - ±¸½½ÃæÀü


///////////////////////////////////////////ºÎµå·¯¿î ·Ñ¿À¹ö ½ÃÀÛ//////////////////////////////////////////////
function bt(id,after) 
{ 
eval(id+'.filters.blendTrans.stop();'); 
eval(id+'.filters.blendTrans.Apply();'); 
eval(id+'.src=\"'+after+'\";'); 
eval(id+'.filters.blendTrans.Play();'); 
} 
///////////////////////////////////////////ºÎµå·¯¿î ·Ñ¿À¹ö ³¡////////////////////////////////////////////////

function setCookie( name, value, exp ) {
 var todayDate = new Date();
 todayDate.setDate( todayDate.getDate() + exp );
 document.cookie = name + "=" + escape( value ) + "; domain=." + document.domain + "; path=/; expires=" + todayDate.toGMTString() + ";"
}

function html_include(url){
	document.write("<"+"script src=\""+url+"\"><"+"/script>");
}
