<!-- Hide script
if (document.images) {
button1on = new Image();
button1on.src = "images/yassakcom2_07.jpg";
button2on = new Image();
button2on.src = "images/yassakcom2_08.jpg";
button3on = new Image();
button3on.src = "images/yassakcom2_09.jpg";
button4on = new Image();
button4on.src = "images/yassakcom2_10.jpg";
button5on = new Image();
button5on.src = "images/yassakcom2_11.jpg";
button6on = new Image();
button6on.src = "images/yassakcom2_21.jpg";
button7on = new Image();
button7on.src = "images/yassakcom2_23.jpg";
button8on = new Image();
button8on.src = "images/yassakcom2_25.jpg";
button9on = new Image();
button9on.src = "images/yassakcom2_27.jpg";
button10on = new Image();
button10on.src = "images2/esaskafe_banner2.jpg";

button1off = new Image();
button1off.src = "images/yassakcom_07.jpg";
button2off = new Image();
button2off.src = "images/yassakcom_08.jpg";
button3off = new Image();
button3off.src = "images/yassakcom_09.jpg";
button4off = new Image();
button4off.src = "images/yassakcom_10.jpg";
button5off = new Image();
button5off.src = "images/yassakcom_11.jpg";
button6off = new Image();
button6off.src = "images/yassakcom_21.jpg";
button7off = new Image();
button7off.src = "images/yassakcom_23.jpg";
button8off = new Image();
button8off.src = "images/yassakcom_25.jpg";
button9off = new Image();
button9off.src = "images/yassakcom_27.jpg";
button10off = new Image();
button10off.src = "images2/esaskafe_banner.jpg";
}
function imgOn1(imgName) {
        if (document.images) {
	document[imgName].src = eval(imgName + "on.src");
        }
}
function imgOff1(imgName) {
        if (document.images) {
	document[imgName].src = eval(imgName + "off.src");
        }
}
// -->

