<!--

// checking done for use with table bgcolor ...

  bName = navigator.appName;            

  bVer = parseInt(navigator.appVersion);

  ver = "no"; 

  if      (bName == "Netscape" && bVer >= 3) ver = "yes";

  else if (bName == "Netscape" && bVer == 2) ver = "no";

  else if (bName == "Microsoft Internet Explorer" && bVer >= 2) ver = "yes";



browserName = navigator.appName;

browserVer = parseInt(navigator.appVersion);

        if (browserName == "Netscape" && browserVer >= 3) version = "n3";

	else if(browserName == "Microsoft Internet Explorer" && bVer >= 4) version = "n3";

        else version = "x";

        

       if (version == "n3")

       {



       flashoff = new Image (141,123)

       flashoff.src = "/TEMPLATE/anim_di2_no_loop.gif"

        

       oneon = new Image (141,123)

       oneon.src = "/TEMPLATE/di_aek.gif"


       twoon = new Image (141,123)

       twoon.src = "/TEMPLATE/di_original21.gif"



        threeon = new Image (141,123)

        threeon.src = "/TEMPLATE/di_efhmeridaki.gif"

        

        fouron = new Image (141,123)

        fouron.src = "/TEMPLATE/di_clubs.gif"

        

        fiveon = new Image (141,123)

        fiveon.src = "/TEMPLATE/di_media.gif"

        

        sixon = new Image (141,123)

        sixon.src = "/TEMPLATE/di_epikoinwnia.gif"

        

        }

        

function active_image(imgName) {

        if (version =="n3") {

        imgOn = eval(imgName + "on.src");

        document  ["flashoff"].src = imgOn;

        }

}



function inactive_image(imgName) {

        if (version == "n3") {

        imgOff = flashoff.src;

        document ["flashoff"].src = imgOff;

        }

}

//-->




<!--

 if (ver == "yes") {

	 document.write("<body bgcolor=#ffffff link=#003466 vlink=#003466" + "background=\"#\" >");

}else{

	 document.write("<body bgcolor=#ffffFF link=#003466 vlink=#003466 >");

}



//--> 


