function open_menu(){
option = "screenX=0,screenY=0,left=0,top=0,width=240,height=320,resizable=yes";
menuwin = window.open("/menue.html", "menu",option);
menuwin.moveTo(0,0);
}

function swImg(iName,str){
document.images[iName].src = str;
}
