addmenu(menu=[				// This is the array that contains your menu properties and details
"topmenu0",			    	// Menu items Name
0,					        // Top
100,						// left
245,						// Width
0,						    // Always Visible - allows the menu item to be visible at all time
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,							// Show an image on top menu bars indicating a sub menu exists below
,"<img src='./images/bullet.gif'> General Information in Albania","general.htm",,,1
,"<img src='./images/bullet.gif'> City guides","show-menu=submenu1_0_0","cities.htm",,1
,"<img src='./images/bullet.gif'> Albanian Map","index.html",,,1
])


addmenu(menu=[				// This is the array that contains your menu properties and details
"topmenu1",			    	// Menu items Name
0,					        // Top
100,						// left
360,						// Width
0,						    // Always Visible - allows the menu item to be visible at all time
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,							// Show an image on top menu bars indicating a sub menu exists below
,"<img src='./images/bullet.gif'> Grand tour in Albania","grand.htm",,,1
,"<img src='./images/bullet.gif'> 11 Days tour in Albania","11days.htm",,,1
,"<img src='./images/bullet.gif'> Regional tour including Albania - Macedonia - Kosovo","regional.htm",,,1
,"<img src='./images/bullet.gif'> Central and South tour in Albania","central.htm",,,1
,"<img src='./images/bullet.gif'> Central tour in Albania","central2.htm",,,1
,"<img src='./images/bullet.gif'> North tour in Albania","north.htm",,,1
,"<img src='./images/bullet.gif'> North and Central tour in Albania","northcentral.htm",,,1
,"<img src='./images/bullet.gif'> Southeast tour in Albania","southeast.htm",,,1
,"<img src='./images/bullet.gif'> Weekend in Albania","weekend.htm",,,1
])


addmenu(menu=[				// This is the array that contains your menu properties and details
"topmenu2",			    	// Menu items Name
0,					        // Top
100,						// left
160,						// Width
0,						    // Always Visible - allows the menu item to be visible at all time
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,							// Show an image on top menu bars indicating a sub menu exists below
,"<img src='./images/bullet.gif'> Flights from Tirana","tirana-flights.html",,,1
,"<img src='./images/bullet.gif'> Flights from Pristina","pristina.html",,,1
,"<img src='./images/bullet.gif'> Flights from Skopje","skopje.html",,,1
])


addmenu(menu=[				// This is the array that contains your menu properties and details
"submenu1_0_0",			    // Menu items Name
,					        // Top
,							// left
100,						// Width
,						    // Always Visible - allows the menu item to be visible at all time
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,							// Show an image on top menu bars indicating a sub menu exists below
,"<img src='./images/bullet.gif'> Tirana","cities.htm",,,1
,"<img src='./images/bullet.gif'> Durres","cities.htm",,,1
,"<img src='./images/bullet.gif'> Vlora","cities.htm",,,1
,"<img src='./images/bullet.gif'> Kruja","cities.htm",,,1
,"<img src='./images/bullet.gif'> Shkodra","cities.htm",,,1
,"<img src='./images/bullet.gif'> Gjirokastra","cities.htm",,,1
,"<img src='./images/bullet.gif'> Saranda","cities.htm",,,1
,"<img src='./images/bullet.gif'> Berati","cities.htm",,,1
,"<img src='./images/bullet.gif'> Pogradeci","cities.htm",,,1
,"<img src='./images/bullet.gif'> Korca","cities.htm",,,1
])



dumpmenus()
