function setFlash(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=7,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="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);
	}


// ÀÌ¹ÌÁö Å¬¸¯½Ã Á¡¼± ¾ø¾Ö±â
function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
document.onfocusin=bluring; 


<!--
function OpenWindow(url,intWidth,intHeight) {
      window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",resizable=1,scrollbars=1") ;
}
//-->



function TargetSrc(URL)
{
   var IN = "main_image";
   document.images(IN).src = URL;
}                       




var imgObj = new Image();
function showImgWin(imgName) {
  imgObj.src = imgName;
  setTimeout("createImgWin(imgObj)", 100);
}
function createImgWin(imgObj) {
  if (! imgObj.complete) {
    setTimeout("createImgWin(imgObj)", 100);
    return;
  }
  imageWin = window.open("", "imageWin",
    "width=" + imgObj.width + ",height=" + imgObj.height);
  imageWin.document.write("<html><title>¿øº»ÀÌ¹ÌÁö</title><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'><body style='margin:0'>");
  imageWin.document.write("<img src='" + imgObj.src + "' onClick='javascript:window.close()' style='cursor:hand'>");
  imageWin.document.write("</body><html>");
  }




<!--
function addbookmark()
{
bookmarkurl="http://eco-biotech.koreasme.com/" // Áñ°ÜÃ£±â¿¡ Ãß°¡ÇÒ °÷ ÀÇ URL
bookmarktitle="Eco Biotech Co., Ltd" // »çÀÌÆ®¸í
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
// -->





////////¿À¸¥ÂÊ ¸¶¿ì½º±ÝÁö

/*
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
    (document.layers||(document.getElementById&&!document.all)) {
    if (e.which==1||e.which==2||e.which==3) {(message);return false;}}}
    if (document.layers) 
        {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
    else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
        document.oncontextmenu=new Function("return false")

function disableselect(e){
    return false
}
function reEnable(){
    return true
}
    document.onselectstart=new Function ("return false")
    if (window.sidebar){
        document.onmousedown=disableselect
        document.onclick=reEnable
}

*/
