resizereinit=true;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
bartext:'M E N U',
fontsize:'80%', // express as percentage with the % sign
linkheight:16 ,  // linked horizontal cells height
hdingwidth:192 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["MENU"], //create header
[">Home", "http://www.tss.mk/index.html", ""],
[">Recommandation", "http://www.tss.mk/index_b.html",""],
[">Short description", "http://www.tss.mk/index_c.html", ""],
[">Historical monument", "http://www.tss.mk/index_d.html", ""],
[">Skopje tour", "http://www.tss.mk/index_e.html", ""],
[">Recommanded tour", "http://www.tss.mk/index_f.html", ""],
[">Airport & Airliners", "http://www.tss.mk/index_g.html", ""],
[">Accomodation", "http://www.tss.mk/index_h.html", ""],
[">Churchies", "http://www.tss.mk/index_i.html", ""],
[">Local governments", "http://www.tss.mk/index_j.html", ""],
[">Ministries", "http://www.tss.mk/index_k.html", ""],
[">Embassy & Consulates", "http://www.tss.mk/index_l.html", ""],
[">Others missions", "http://www.tss.mk/index_p.html", ""],
[">Cultural centre", "http://www.tss.mk/index_t.html", ""],
[">Museums", "http://www.tss.mk/index_m.html", ""],
[">National galleries", "http://www.tss.mk/index_u.html", ""],
[">Travel agencies", "http://www.tss.mk/index_n.html", ""],
[">Rent-a-car", "http://www.tss.mk/index_r.html", ""],
[">Bank information", "http://www.tss.mk/index_o.html", ""],
[">Recreation", "http://www.tss.mk/index_s.html", ""],
[">Restaurants", "http://www.tss.mk/index_v.html", ""],
[">Hospital&Pharmacies", "http://www.tss.mk/index_w.html", ""],
[">Theatre&Cinemas", "http://www.tss.mk/index_q.html", ""],

["FAQ", "http://www.tss.mk", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Email", "http://www.tss.mk/contact.html", "",1],

["External Links", "", ""], //create header
["City Hall", "http://www.skopje.gov.mk", "_new"],
["Google", "http://www.google.com", "_new"],
["Yahoo", "http://www.yahoo.com", "_new"]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
