function confirmsitees(url)  //spanish site
{ if (confirm("Ahora va a entrar en la página de Lighting Europa. El contenido que aparecerá a continuacion está en inglés. Clic OK para continuar o Cancel para permanecer en esta página."))
   { window.open(url,'newwindow') }
}
function confirmsiteit(url)  //italian site
{ if (confirm("Stai lasciando il sito GELighting in italiano. Il seguente sito é in Inglese, clicca OK se vuoi continuare, altrimenti clicca su Cancel per rimanere nel sito in Italiano."))
   { window.open(url,'newwindow') }
}

function confirmsitese(url) //swedish site
{ if (confirm("Den här länken går till GELighting europa som är på engelska Klicka på OK för att fortsätta eller cancel för att stanna kvar på GELighting Svenska"))
   { window.open(url,'newwindow') }
}

function confirmsitenl(url) //dutch site
{ if (confirm("Please provide appropriate text for translation to advise the users that the corresponding page is in english"))
   { window.open(url,'newwindow') }
}

function confirmsitefr(url) //french site 
{ if (confirm("Maintenant vous quittez le site Français, le texte est en Anglais. Cliquez OK pour continuer ou  Cancel pour rester sur cette page."))
   { window.open(url,'newwindow') }
}

function confirmsitede(url) // German site
{ if (confirm("Hier kommen Sie auf die Internetseiten von Lighting Europe. Folgende Seiten sind derzeit nur in Englisch verfügbar."))
   { window.open(url,'newwindow') }
}

function confirmsitepo(url) // German site
{ if (confirm("Please provide appropriate text for translation to advise the users that the corresponding page is in english"))
   { window.open(url,'newwindow') }
}


