<!--
function InsertFLASH(src,width,height){
var html = ""
html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+width+'" height="'+height+'">'
html += '<param name="movie" value="'+src+'">'
html += '<param name="quality" value="high">'
html += '<param name="menu" value="false" />'
html += '<param name="wmode" value="transparent" />'
html += '<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed></object>'

document.write(html);
}

function InsertMEDIA(src,width,height){
var html = ""
html += '<embed src="'+src+'"  width="'+width+'" height="'+height+'" autostart="true"></embed>'

document.write(html);
}

function autoBlur(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="/img") 
document.body.focus(); 
} 
document.onfocusin=autoBlur; 

function gotoPage(idx){
	var movePage = [];
	//alert(idx)
	
	movePage[0] = "/main/main.asp";
	
	
	
	movePage[1] = "/company/ceo.asp";
	movePage[2] = "/company/introduce.asp";
	movePage[3] = "/company/vision.asp";
	movePage[4] = "/company/history.asp";
	movePage[5] = "/company/business.asp";
	movePage[6] = "/company/organic.asp";
	movePage[7] = "/company/recruit.asp";
	movePage[8] = "/company/partnershop.asp";
	movePage[9] = "/company/map.asp";
	
	
	
	
	movePage[10] = "/db/outline.asp";
	movePage[11] = "/db/db-outline.asp";
	movePage[12] = "/db/db-acs.asp";
	movePage[13] = "/db/dbconsul-outline.asp";
	movePage[14] = "/db/lofical.asp";
	movePage[15] = "/db/physical.asp";
	movePage[16] = "/db/integrated.asp";
	movePage[17] = "/db/oracleee.asp";
	movePage[18] = "/db/timsten-outline.asp";
	movePage[19] = "/db/timsten-feature.asp";
	movePage[20] = "/db/timsten-application.asp";
	
	
	
	movePage[30] = "/business/outline.asp";
	movePage[31] = "/business/dw-outline.asp";
	movePage[32] = "/business/dw-achieve.asp";
	movePage[33] = "/business/dw-scheme.asp";
	movePage[34] = "/business/dw-way.asp";
	movePage[35] = "/business/msbi-outline.asp";
	movePage[36] = "/business/msbi-service.asp";
	movePage[37] = "/business/netezza-outline.asp";
	movePage[38] = "/business/netezza-feature.asp";
	movePage[39] = "/business/netezza-application.asp";
	movePage[40] = "/business/bicrm-outline.asp";
	movePage[41] = "/business/bicrm-technical.asp";
	movePage[42] = "/business/bicrm-business.asp";

	
	
	movePage[50] = "/ito/outline.asp";
	movePage[51] = "/ito/sism.asp";
	movePage[52] = "/ito/work.asp";
	movePage[53] = "/ito/product-power.asp";
	movePage[54] = "/ito/product-optiplex.asp";
	movePage[55] = "/ito/product-latitude.asp";

	
	
	movePage[60] = "/custom/binews.asp";
	movePage[61] = "/custom/press.asp";
	movePage[62] = "/custom/oracle.asp";
	movePage[63] = "/custom/bi.asp";
	movePage[64] = "http://dw.insideitsolution.com";
	movePage[65] = "/custom/freeboard.asp";
	
	
	
	movePage[70] = "/main/main.asp";
	movePage[71] = "javascript:WinOpen()";
	movePage[72] = "/sitemap/sitemap.asp";
	
	
	
	
	
	document.location.href = movePage[idx];
}

function setPng24(obj) { 
    obj.width=obj.height=1; 
    obj.className=obj.className.replace(/\bpng24\b/i,''); 
    obj.style.filter = 
    "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src 

+"',sizingMethod='image');" 
    obj.src='';  
    return ''; 
} 



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*top 롤링 스크립트 여기서부터시작


/* Created by: Robert Suppenbach ::webdevel.deezhosts.net */
var toScroll=new Array()
var ie=document.all
var dom=document.getElementById
var firstNews_obj;
var secondNews_obj;
function newsScroll(name){
var c=this; c.name=name; c.mc=0; c.i=2;
return this;
}

newsScroll.prototype.addItem = function(text,link){
var c = this;
if (link !='') {
toScroll[c.mc]='<a href="'+link+'" class="ee">'+text+'</a>';
} else {
toScroll[c.mc]=text;
}
c.mc++;
}

newsScroll.prototype.construct = function() {
var c = this; theWidth = c.scrollerwidth; theHeight=c.scrollerheight; thebgColor = c.scrollerbgcolor; theBackground =c.scrollerbackground; theDelay=c.scrollerdelay;
scroll_obj=eval(c.name);
if (ie||dom){
document.writeln('<div id="main2" style="position:relative;width:'+theWidth+';height:'+theHeight+';overflow:hidden;background-color:'+thebgColor+' ;background-image:url('+theBackground+')">')
document.writeln('<div style="position:absolute;width:'+theWidth+';height:'+theHeight+';clip:rect(0 '+theWidth+' '+theHeight+' 0);left:0;top:0">')
document.writeln('<div id="firstNews" style="position:absolute;width:'+theWidth+';left:0;top:1">')
document.write(toScroll[0])
document.writeln('</div>')
document.writeln('<div id="secondNews" style="position:absolute;width:'+theWidth+';left:0;top:0;visibility:hidden">')
document.write(toScroll[dyndetermine=(toScroll.length==1)? 0 : 1])
document.writeln('</div>')
document.writeln('</div>')
document.writeln('</div>')
}
}

newsScroll.prototype.move = function(whichdiv){
var c = this; theDelay = c.scrollerdelay; theHeight = c.scrollerheight;
scroll_obj=eval(c.name);
tdiv=eval(whichdiv)

if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){
tdiv.style.top=0+"px"
setTimeout("scroll_obj.move(tdiv)",theDelay)
setTimeout("scroll_obj.move2(secondNews_obj)",theDelay)
return
}
if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){
tdiv.style.top=parseInt(tdiv.style.top)-5+"px"
setTimeout("scroll_obj.move(tdiv)",50)
}
else {
tdiv.style.top=parseInt(theHeight)+"px"
tdiv.innerHTML=toScroll[c.i]
if (c.i==toScroll.length-1)
c.i=0
else
c.i++
}
}

newsScroll.prototype.move2 = function(whichdiv){
var c = this; theDelay = c.scrollerdelay; theHeight= c.scrollerheight;
scroll_obj=eval(c.name);
tdiv2=eval(whichdiv)

if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){
tdiv2.style.top=0+"px"
setTimeout("scroll_obj.move2(tdiv2)",theDelay)
setTimeout("scroll_obj.move(firstNews_obj)",theDelay)
return
}
if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px"
setTimeout("scroll_obj.move2(secondNews_obj)",50)
}
else {
tdiv2.style.top=parseInt(theHeight)+"px"
tdiv2.innerHTML=toScroll[c.i]
if (c.i==toScroll.length-1)
c.i=0
else
c.i++
}
}

newsScroll.prototype.startScroll = function(){
var c = this;
scroll_obj=eval(c.name);

if (toScroll.length >2)
c.i = 2;
else
c.i = 0;

firstNews_obj=ie? firstNews : document.getElementById("firstNews")
secondNews_obj=ie? secondNews : document.getElementById("secondNews")
setTimeout("scroll_obj.move(firstNews_obj)",c.scrollerDelay);
secondNews_obj.style.top=theHeight;
secondNews_obj.style.visibility='visible'
}


-->

