menu1= new Image();
menu1.src = "image/home_off.gif";
menu1on = new Image();
menu1on.src = "image/home_on.gif";

menu2= new Image();
menu2.src = "image/what_off.gif";
menu2on = new Image();
menu2on.src = "image/what_on.gif";

menu3= new Image();
menu3.src = "image/prod_off.gif";
menu3on = new Image();
menu3on.src = "image/prod_on.gif";

menu4= new Image();
menu4.src = "image/who_off.gif";
menu4on = new Image();
menu4on.src = "image/who_on.gif";

menu5= new Image();
menu5.src = "image/glos_off.gif";
menu5on = new Image();
menu5on.src = "image/glos_on.gif";

menu6= new Image();
menu6.src = "image/cont_off.gif";
menu6on = new Image();
menu6on.src = "image/cont_on.gif";

menu7= new Image();
menu7.src = "image/reg_off.gif";
menu7on = new Image();
menu7on.src = "image/reg_on.gif";

menu8= new Image();
menu8.src = "image/footer_02_off.gif";
menu8on = new Image();
menu8on.src = "image/footer_02_on.gif";

enter1= new Image();
enter1.src = "cms/image/enter_off.gif";
enter1on = new Image();
enter1on.src = "cms/image/enter_on.gif";


cont1= new Image();
cont1.src = "image/contact_01_off.jpg";
cont1on = new Image();
cont1on.src = "image/contact_01_on.jpg";

cont2= new Image();
cont2.src = "image/contact_02_off.jpg";
cont2on = new Image();
cont2on.src = "image/contact_02_on.jpg";

cont3= new Image();
cont3.src = "image/contact_03_off.jpg";
cont3on = new Image();
cont3on.src = "image/contact_03_on.jpg";

cont4= new Image();
cont4.src = "image/contact_04_off.jpg";
cont4on = new Image();
cont4on.src = "image/contact_04_on.jpg";



function action_on(name)   {
        document[name].src = eval(name + "on.src");
}
function action_off(name)  {
        document[name].src = eval(name + ".src");
}
NN3 = true;

function img_act(name)  {
        if (NN3) action_on(name);
}

function img_inact(name)  {
        if (NN3) action_off(name);
}
function clearTextBoxOnCondition(textBox,conditionText){
        if(textBox.value == conditionText) textBox.value="";
    }
function openwin(){
	windowprops = "top=0,left=0,resizable=yes,scrollbars=no" + ",width=" + screen.width + ",height=" + screen.height;
	w = window.open("cms/?q=tkmthome", "Takemoto", windowprops);
	w.focus();
	w.moveTo(0, 0);
}

