if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
if (ieversion<=6)
  alert("EN Warning: You are currently using Internet Explorer 6. Internet Explorer 6 is pretty old now and most websites (including this one) look a bit rubbish when viewed using it. You should upgrade before moving on. GR Προειδοποίηση: Χρησιμοποιείτε για πλοηγό τον Internet Explorer 6. Αυτός ο πλοηγός είναι αρκετά παλιός και οι περισσότερες ιστοσελίδες δεν εμφανίζονται σωστά (καθώς και αυτή εδώ). Σας παρακαλούμε ανανεώστε τον πλοηγό σας με νεότερο.")
}

