
// Μενώ
f=1;
browserVer=parseInt(navigator.appVersion);
if (browserVer>2){
bot1_1 = new Image;
bot1_2 = new Image;
bot1_1.src="/pict/index1.gif";
bot1_2.src="/pict/index2.gif";
bot2_1 = new Image;
bot2_2 = new Image;
bot2_1.src="/pict/price1.gif";
bot2_2.src="/pict/price2.gif";
bot3_1 = new Image;
bot3_2 = new Image;
bot3_1.src="/pict/kontact1.gif";
bot3_2.src="/pict/kontact2.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;
}
