
  menu01=new Image();
  menu01.src="images/menu01_over.gif";
  menu02=new Image();
  menu02.src="images/menu02_over.gif";
  menu03=new Image();
  menu03.src="images/menu03_over.gif";
  menu04=new Image();
  menu04.src="images/menu04_over.gif";
  menu05=new Image();
  menu05.src="images/menu05_over.gif";
  menu06=new Image();
  menu06.src="images/menu06_over.gif";

function on(imgName) {
   document [imgName].src ="images/" + imgName +"_over.gif";
}

function off(imgName) {
   document [imgName].src ="images/" + imgName +".gif";
}

was=false;


function popup(img) {
	if(was) kisablak.close();
	was=true;
	loc="foto.php?img="+img;
	if(img=="A") height=595; else height=275;
	kisablak=window.open(loc,'kep_window','width=400,height='+height+',left=100,top=100,scrollbars=no');
}

function popup_default() {
   kisablak2=window.open('popup/popupdefault.html','popup_window','width=340,height=235,left=100,top=100,scrollbars=no');
}
