<!--

/* --------------------------- */
/* ¾Ë¶ãÀåÅÍ ³×ºñ°ÔÀÌ¼Ç ¸Þ´º */
/* --------------------------- */
function ma() {
	location.replace ('');
}
function ma_s01() {
	location.replace ('');
}
function ma_s02() {
	location.replace ('');
}
function ma_s03() {
	location.replace ('');
}
function ma_s04() {
	location.replace ('');
}
function ma_s05() {
	location.replace ('');
}


var lastLayer="";
function showMenu(name)
{
	if (document.all[name].style.display !="none")
	{
		document.all[name].style.display="none"
	}
	else
	{
		document.all[name].style.display=""
		if(lastLayer !="" && name !=lastLayer)
		{
			document.all[lastLayer].style.display="none";
		}
		lastLayer = name;
	}
}





menumb01on = new Image();
menumb01on.src = "/image/leftmenu/leftmenu01_on.gif";
menumb02on = new Image();
menumb02on.src = "/image/leftmenu/leftmenu02_on.gif";
menumb03on = new Image();
menumb03on.src = "/image/leftmenu/leftmenu03_on.gif";
menumb04on = new Image();
menumb04on.src = "/image/leftmenu/leftmenu04_on.gif";
menumb05on = new Image();
menumb05on.src = "/image/leftmenu/leftmenu05_on.gif";
menumb06on = new Image();
menumb06on.src = "/image/leftmenu/leftmenu06_on.gif";


menumb01off = new Image();
menumb01off.src = "/image/leftmenu/leftmenu01_off.gif";
menumb02off = new Image();
menumb02off.src = "/image/leftmenu/leftmenu02_off.gif";
menumb03off = new Image();
menumb03off.src = "/image/leftmenu/leftmenu03_off.gif";
menumb04off = new Image();
menumb04off.src = "/image/leftmenu/leftmenu04_off.gif";
menumb05off = new Image();
menumb05off.src = "/image/leftmenu/leftmenu05_off.gif";
menumb06off = new Image();
menumb06off.src = "/image/leftmenu/leftmenu06_off.gif";


function imgAct (imgName) {
	document[imgName].src = eval(imgName+"on.src")
}

function imgInact (imgName) {
	document[imgName].src = eval(imgName+"off.src")
}


function allblur()
{
	for(i=0; i<document.links.length; i++)
	{
		document.links[i].onfocus = document.links[i].blur;
	}
}

function AutoResize(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+40;
  altez=foto1.height+45;
  
  if(largh > screen.width) largh=screen.width-100;
  if(altez > screen.height) altez=screen.height-100
  m_top = screen.height - altez + 10 ;
   
  stringa="width="+largh+",height="+altez +", scrollbars=yes, status=no, resizable=yes";
  finestra=window.open(img,"",stringa);
}

function introNotice(){
	gotoURL = "http://www.koreanchurch.be/introNotice.htm";
    winFeatureList = "toolbar=no,location=no,directories=no,menubar=no,width=300,height=250";
	window.open(gotoURL,"newwin",winFeatureList);
}
//-->
