// Μενώ
f=1;
browserVer=parseInt(navigator.appVersion);
if (browserVer>2){
bot1_1 = new Image;
bot1_2 = new Image;
bot1_3 = new Image;
bot1_1.src="pict/m_gl1.gif";
bot1_2.src="pict/m_gl2.gif";
bot1_3.src="pict/m_gl3.gif";
bot2_1 = new Image;
bot2_2 = new Image;
bot2_3 = new Image;
bot2_1.src="pict/m_ob1.gif";
bot2_2.src="pict/m_ob2.gif";
bot2_3.src="pict/m_ob3.gif";
bot3_1 = new Image;
bot3_2 = new Image;
bot3_3 = new Image;
bot3_1.src="pict/m_us1.gif";
bot3_2.src="pict/m_us2.gif";
bot3_3.src="pict/m_us3.gif";
bot4_1 = new Image;
bot4_2 = new Image;
bot4_3 = new Image;
bot4_1.src="pict/m_ra1.gif";
bot4_2.src="pict/m_ra2.gif";
bot4_3.src="pict/m_ra3.gif";
bot5_1 = new Image;
bot5_2 = new Image;
bot5_3 = new Image;
bot5_1.src="pict/m_ko1.gif";
bot5_2.src="pict/m_ko2.gif";
bot5_3.src="pict/m_ko3.gif";
}
function selectbot(imgID,imgSelectName)
{
if (browserVer < 3) return;
if (null!=document.images["bot"+eval(imgID)]) document.images["bot"+eval(imgID)].src = eval("bot"+imgID+"_"+imgSelectName+".src");
}

function sel(imgID,img3)
{
this.selectbot=selectbot;
}
