var links_eng = new Array ("index_eng", "agenda", "patronage", "sponsorship", "registration", "galery_eng", "faq", "for media", "contact");
var links_eng_text = new Array (">> Home", ">> Agenda", ">> Patronage, Partners", ">> Sponsorship", ">> Registration", ">> Photogallery", ">> FAQ", ">> For Media", ">> Contact Us");
var links_eng_url = new Array ("index_eng.php", "agenda.php", "patronage.php", "sponsorship.php", "registration.php", "galery_eng.php", "faq.php", "for_media.php", "contact.php");
var links_eng_alt =  new Array ("Home", "Agenda", "Patronage, Partners", "Sponsorship", "Registration", "Photogallery", "FAQ", "For Media", "Contact Us");
var links_eng_title =  new Array ("CEAF 2010 Home Page", "CEAF 2010 Agenda", "CEAF 2010 Patronage and Partners", "CEAF 2010 Sponsorship", "CEAF 2010 Registration", "Photogallery of CEAF 2006", "CEAF 2010 FAQ", "CEAF 2010 For Media", "CEAF 2010 Organisers Contact");

/* Resolve the location */
var loc=String(this.location);
loc=loc.split("/");
loc=loc[loc.length-1].split(".");
loc=loc[loc.length-2];

/* Menu generating function */
function dyn_menu_gen_eng()
{ 
    for(var i=0; i<links_eng.length - 0; i++)
    {
        if(loc==links_eng[i] || loc=='')
        { 
            document.write('<tr><a class="strong" style="padding-top:10px; padding-left:10px" href="http://www.ceaf.pl/' + links_eng_url[i] + '" alt="' + links_eng_alt[i] + '" title="' + links_eng_title[i] +'"><strong>' + links_eng_text[i] + '</strong></a></tr>');
        } 
        else
        {
            document.write('<tr><a class="links" style="padding-top:10px; padding-left:10px" href="http://www.ceaf.pl/' + links_eng_url[i] + '" alt="' + links_eng_alt[i] + '" title="' + links_eng_title[i] +'"><strong>' + links_eng_text[i] + '</strong></a></tr>');
        }
    }
	
} 

/* Generate the menu */
dyn_menu_gen_eng(); 
