<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=100; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#999966";
menuIsStatic="yes";
menuWidth=130; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#b8b8db";
hdrBGColor="#666699";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#b8b8db";
linkTarget="_top";
linkAlign="left";
barBGColor="#666699";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="#b8b8db";
barVAlign="center";
barWidth=20; 
// no quotes!!
//addHdr('Μάθετε να πετάτε');

startMenu("Ελληνικός Κόμβος", "M E N U")
addItem('Κεντρική Σελίδα', 'http://www.paragliding.gr/OldWebsite', '');
addItem('Συνήθεις Ερωτήσεις', 'http://www.paragliding.gr/OldWebsite/files/faq.htm', '');
addItem('Το Βιβλίο', 'http://www.paragliding.gr/book/index.htm', '');
addItem('Πρώτες Βοήθειες', 'http://www.paragliding.gr/OldWebsite/images/a-voithies/parashow.asp', '');
addItem('Ιστορία και Μυθολογία', 'http://www.paragliding.gr/OldWebsite/files/history-mythology.htm', '');
addItem('Φιλολογία', 'http://www.paragliding.gr/OldWebsite/files/filologia.htm', '');
addItem('Υπολογισμοί', 'http://www.paragliding.gr/OldWebsite/files/metatropeas.htm', '');
addItem('Rotorplane', 'http://www.paragliding.gr/OldWebsite/files/rotorplane.htm', '');
addItem('Cdrom', 'http://www.paragliding.gr/OldWebsite/cd-rom/index.htm', '');
addItem('Cdrom', 'http://www.paragliding.gr/OldWebsite/files/vhf.htm', '');
addItem('Αποτελέσματα Αγώνων', 'http://www.paragliding.grOldWebsite//files/championship-results.htm', '');
addItem('Ημερολόγιο αγώνων', 'http://www.paragliding.gr/OldWebsite/files/calendar.htm', '');
addItem('Παρατηρητές FAI', 'http://www.paragliding.gr/OldWebsite/files/paratirites-FAI.htm', '');
addItem('Sat [Περιγραφή]', 'http://www.paragliding.gr/OldWebsite/files/sat.htm', '');
addItem('Cross Country', 'http://www.paragliding.gr/OldWebsite/files/cross-country.htm', '');
addItem('Περιοχές Πτήσεων', 'http://www.paragliding.gr/OldWebsite/flights/index.htm', '');
addItem('Φωτογραφίες', 'http://www.paragliding.gr/OldWebsite/photogallery/parashow.asp', '');
addItem('Links', 'http://www.paragliding.gr/link/linkspage.asp', '');
addItem('Υποβολή Link', 'http://www.paragliding.gr/OldWebsite/link/addlink.asp', '');
addItem('O Καιρός', 'http://www.paragliding.gr/OldWebsite/files/weather.htm', '');
addItem('Κανονισμοί', 'http://www.paragliding.gr/OldWebsite/files/downloads.htm', '');
addItem('Videos', 'http://www.paragliding.gr/OldWebsite/files/downloads.htm', '');
addItem('Forum', 'http://www.paragliding.gr/forum02/default.asp', '');
addItem('Pilot Database', 'http://www.paragliding.gr/database/pilot-list.asp', '');
addItem('no Email', '', '');
addItem('Αγγελίες', 'http://www.paragliding.gr/forum02/default.asp', '');
addItem('Humor', 'http://www.paragliding.gr/OldWebsite/images/fun-images/parashow.asp', '');
addItem('Α ρ χ ε ί ο', 'http://www.paragliding.gr/OldWebsite/files/arxio.htm', '');
addItem('Επικοινωνία', 'http://www.paragliding.gr/OldWebsite/files/aboutus.htm', '');
addItem('Βιβλίο Επισκεπτών', 'http://www.paragliding.gr/OldWebsite/guestbook/Default.asp', '');
addItem('Διαφημιστείτε', 'http://www.paragliding.gr/OldWebsite/files/provlithite.htm', '');
addItem('Εμεις Homepage σας', 'http://www.paragliding.gr/OldWebsite/files/makehome.reg', '');
endMenu()

//-->


//-->


function CaricaFoto(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width+10;
  altez=foto1.height+10;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}
