function sp2_open(url,target,flag) {
    if(flag==null) flag='toolbar=yes,menubar=yes,location=yes,status=yes,scrollbars=yes';
    try {
        sp2_pop_id.DOM.Script.execScript('window.open("'+url+'","'+target+'","'+flag+'")');
    }
    catch(e) {
        window.open(url,target,flag);
    }
}

function sp2_pop(url,target,width,height) {
    var left=(screen.width-width)/2;
    var top=(screen.height-height)/2;
    sp2_open("http://www.tool-shop.co.kr"+url,target,"top="+top+",left="+left+",scrollbars=no,width="+width+",height="+height);
}


function objectTAG(name,file,width,height,wmode,bgcolor) {
	document.write('\
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'" id="'+name+'" align="middle">\
<param name="allowScriptAccess" value="sameDomain">\
<param name="movie" value="'+file+'">\
<param name="quality" value="high">\
<param name="wmode" value="'+wmode+'">\
<param name="bgcolor" value="'+bgcolor+'">\
<embed src="'+file+'" quality="high" wmode="'+wmode+'" bgcolor="'+bgcolor+'" width="'+width+'" height="'+height+'" name="'+name+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">\
</object>\
	');
}

function embedTAG() {

}

function appletTAG() {

}
