function Setimg(obj,ImgName){
	obj.src = ImgName;
}

function OpenWindow1()
{window.open("recruit/index.html","Window1","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,Width=530,Height=500");
}

function OpenWindowMAP()
{window.open("map.html","WindowMAP","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,Width=500,Height=480");
}

function CloseWin(){
window.close();
}
