function swf(src, w, h) {
	var Flash_html = "";
	Flash_html += '<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=9,0,0,0" id="param" width="'+w+'%" height="'+h+'%">';
	Flash_html += '<param name="movie" value="'+src+'">';
	Flash_html += '<param name="quality" value="high">';
	Flash_html += '<param name="allowScriptAccess" value="always" >';
	Flash_html += '<param name="wmode" value="transparent">';
	Flash_html += '<param name="swliveconnect" value="true">';
	Flash_html += '<embed src="'+src+'" quality=high bgcolor="#ffffff" width="'+w+'%" height="'+h+'%" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
	Flash_html += '<\/object>';

	document.write(Flash_html);
	document.onfocusin=bluring;
}

// Ãß°¡ÀÚ : BokiSarang
// Ãß°¡ÀÏ : 20070530
// Áö¿ìÁö ¸¶¼¼¿ä
function swf_r(src, w, h) {
	var Flash_html = "";
	Flash_html += '<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=9,0,0,0" id="movie_r" width="'+w+'%" height="'+h+'%">';
	Flash_html += '<param name="movie" value="'+src+'">';
	Flash_html += '<param name="quality" value="high">';
	Flash_html += '<param name="allowScriptAccess" value="always" >';
	Flash_html += '<param name="wmode" value="transparent">';
	Flash_html += '<param name="swliveconnect" value="true">';
	Flash_html += '<embed src="'+src+'" quality=high bgcolor="#ffffff" width="'+w+'%" height="'+h+'%" swliveconnect="true" id="movie_r" name="movie_r" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
	Flash_html += '<\/object>';

	document.write(Flash_html);	
	document.onfocusin=bluring;
}

// ½ºÅ©·Ñ ¹æÁö¸¦ À§ÇÑ ½ºÅ©¸³Æ® 
function get_IEscroll(choice) {	
	self.scrollTo(0,0); /* ½ºÅ©·ÑÀ» °¡Àå »óÀ§·Î ÀÌµ¿ */
	if (document.all) {
		document.body.scroll = choice; /* ½ºÅ©·ÑÀÌ º¸ÀÌÁö ¾Êµµ·Ï */
	}
}


// ¸µÅ©½Ã Á¡¼± ¾ø¾Ö´Â ½ºÅ©¸³Æ® 
function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
}

//  ÆË¾÷¿ë ½ºÅ©¸³Æ®
function openWinLpg(window) {
open (window,"findlpg","align=center, align=middle, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=1024, height=768");
}
function openWinLoad(window) {
open (window,"findload","align=center, align=middle, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=1024, height=768");
}