// links taken by ID's

var Alllinks = new Array("yerevan.html", "ararat.html", "costume.html", "flags.html", "museums_galleries.html", "culture.html", "historical_mon.html", "arm_cuisine.html", "tel_info.html", "organizations.html", "information.html", "embassies.html", "hotels.html", "airlines.html", "travel.html", "shops.html", "dining.html", "health.html", "taxi.html", "courier.html", "shipping.html", "useful_info.html", "measurements.html", "yer_map.html", "arm_map.html", "provinces.html", "karabakh.html");



function clickme(currentLink) {

var thisId = currentLink.id;
var clearId = thisId.replace("item","");
window.location = Alllinks[clearId];

}
