/* Flash part */
function CaricaFoto(img){ 
foto1= new Image(); 
foto1.src=(img); 
Controlla(img); 
} 
function Controlla(img){ 
if((foto1.width!=0)&&(foto1.height!=0)){ 
viewFoto(img); 
} 
else{ 
funzione="Controlla('"+img+"')"; 
intervallo=setTimeout(funzione,20); 
} 
} 
function viewFoto(img){ 
largh=foto1.width+20; 
altez=foto1.height+20; 
stringa="width="+largh+",height="+altez; 
finestra=window.open(img,"",stringa); 
} 
		
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=50
}
		
function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=50
}


function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=20
else if (window.highlighting)
clearInterval(highlighting)
}

function FlashBind(i)
{
	//¸ÞÀÎ ³×ºñ°ÔÀÌ¼Ç ÇÃ·¡½¬
	if(i==0)
	{
		document.write('<embed src=/Images/Menu.swf width=170 height=330 type=application/x-shockwave-flash autostart=true loop=true>')
	}
	//»ç¾÷ºÐ¾ß¹è³Ê ÇÃ·¡½¬
	else if(i==1)
	{
		document.write('<embed src=/Images/BizArea.swf width=210 height=260 type=application/x-shockwave-flash autostart=true loop=true>')
	}
	//¸ÞÀÎ ºñÁÖ¾ó ÇÃ·¡½¬
	else if(i==2)
	{
		document.write('<embed src=/Images/MainTop001.swf width=730 height=330 type=application/x-shockwave-flash autostart=true loop=true>')
	}	
	//¼­ºê ºñÁÖ¾ó ÇÃ·¡½¬
	else if(i==3)
	{
		document.write('<embed src=/Images/SubTop001.swf width=730 height=200 type=application/x-shockwave-flash autostart=true loop=true>')
	}
	
}


/* »ó´Ü ÀÌ¹ÌÁö Åä±Û */
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		Gobal_01_over = newImage("/Images/ContactUsOn.gif");
		Gobal_03_over = newImage("/Images/SitemapOn.gif");
		Gobal_05_over = newImage("/Images/AdminOn.gif");
		preloadFlag = true;
	}
}

function loadFlash(e,c,d,w) {
	var html = '';
	html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
	html +='codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ';
	html +='width="'+c+'" height="'+d+'" >';
	if(w) html +='<param name="wmode" value="'+w+'">'; 
	//ÀÌºÎºÐÀº ÇÃ·¡½¬ ¹è°æÀ» Åõ¸íÀ¸·Î ¼³Á¤ÇÏ´Â ºÎºÐÀ¸·Î ÇÊ¿ä¾ø´Ù¸é »èÁ¦ÇØµµ ¹«¹æÇÔ
	html +='<param name="movie" value="'+e+'">';
	html +='<param name="quality" value="high">';
	html +='<embed src="'+e+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ';
	html +='type="application/x-shockwave-flash" width="'+c+'" height="'+d+'"></embed></object>'
	document.write(html);
}
