var clicked=""
var gtype=".gif"
var selstate="_over"
if (typeof(loc)=="undefined" || loc==""){
	var loc=""
	if (document.body&&document.body.innerHTML){
		var tt = document.body.innerHTML.toLowerCase();
		var last = tt.indexOf("gateway.js\"");
		if (last>0){
			var first = tt.lastIndexOf("\"", last);
			if (first>0 && first<last) loc = document.body.innerHTML.substr(first+1,last-first-1);
		}
	}
}

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
tr(false);
writeButton("","javascript:;","gateway_b1",177,14,"about us","",0);
writeButton(loc+"","../index.html","gateway_b2",177,14,"Company profile","",0);
writeButton(loc+"","../aboutus/18years.html","gateway_b3",177,14,"19 years in travel business","",0);
writeButton(loc+"","../aboutus/past-editions.html","gateway_b5",177,14,"Our Editions","",0);
writeButton("","javascript:;","gateway_b6",177,14,"TOURS FOR GROUPS","",0);
writeButton(loc+"","../tours-for-groups/index.html","gateway_b7",177,14,"Archaeological / Cultural","",0);
writeButton(loc+"","../religious-byzantine-greece/index.html","gateway_b8",177,14,"Religious/Byzantine Greece","",0);
writeButton(loc+"","../religious-byzantine-greece/index.html","gateway_b4",177,14,"St Paul’s Steps / Pilgrimage","",0);
writeButton(loc+"","../tours-for-groups/islands-hopping.html","gateway_b9",177,14,"Island Hopping","",0);
writeButton(loc+"","../tours-for-groups/casino-gambling.html","gateway_b10",177,14,"Casino / Gambling","",0);
writeButton("","javascript:;","gateway_b11",177,14,"MEETINGS","",0);
writeButton("","javascript:;","gateway_b12",177,14,"Congresses","",0);
writeButton(loc+"","../meetings-greece/incentive-destinations.html","gateway_b13",177,14,"Incentives","",0);
writeButton("","javascript:;","gateway_b14",177,14,"SPORT TRAVEL","",0);
writeButton(loc+"","../sport-travel-greece/uefa.html","gateway_b15",177,14,"Uefa Competitions ","",0);
writeButton(loc+"","../net.html","gateway_b15-1",177,14,"_top","Uefa Competitions ","",0);
writeButton("","javascript:;","gateway_b16",177,14,"All Other Competitions","",0);
writeButton(loc+"","../sport-travel-greece/sport-tours-schools.html","gateway_b17",177,14,"Sport Tours for Schools","",0);
writeButton(loc+"","../sport-travel-greece/active-tourism.html","gateway_b18",177,14,"Active Tourism","",0);
writeButton(loc+"","../sport-travel-greece/pre-games.html","gateway_b19",177,14,"Training Camp","",0);
writeButton(loc+"","../sport-travel-greece/index.html","gateway_b20",177,14,"Preparation Matches","",0);
writeButton("","javascript:;","gateway_b21",177,14,"ATHENS THE OLYMPIC CITY","",0);
writeButton(loc+"","../athens-olympic-city/index.html","gateway_b22",177,14,"Hotels","",0);
writeButton(loc+"","../athens-olympic-city/transfers.html","gateway_b23",177,14,"Transfers","",0);
writeButton(loc+"","../athens-olympic-city/organised-tours.html","gateway_b24",177,14,"Organised Tours","",0);
writeButton(loc+"","../athens-olympic-city/cruises.html","gateway_b25",177,14,"Cruises","",0);
writeButton(loc+"","../athens-olympic-city/rent-car.html","gateway_b26",177,14,"Rent a car","",0);
writeButton(loc+"","../athens-olympic-city/restaurants-athens.html","gateway_b27",177,14,"Restaurants","",0);
writeButton("","javascript:;","gateway_b28",177,14,"HOTELS IN GREECE","",0);
writeButton(loc+"","../hotels-greece/index.html","gateway_b30",177,14,"Hotels of the tour","",0);
writeButton(loc+"","../paros-cycladic-islands/index.html","gateway_b29",177,14,"Paros the Cycladic Island","",0);
writeButton("","javascript:;","gateway_b31",177,14,"GENERAL INFORMATION","",0);
writeButton(loc+"","../general-info/greece-map.html","gateway_b32",177,14,"Map of Greece","",0);
writeButton(loc+"","../general-info/athens-map.html","gateway_b33",177,14,"_top","Map of Athens","",0);
writeButton(loc+"","../general-info/index.html","gateway_b34",177,14,"Usefull Information","",0);
tr(true);
document.write("<td><img src=\""+loc+"gateway_bottom.gif\" alt=\"\" width=\"177\" height=\"14\"></td>");
document.write("</tr></table>")
loc="";

function tr(b){if (b) document.write("<tr>");else document.write("</tr>");}

function turn_over(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_over"].src;
	}
}

function turn_off(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_off"].src;
	}
}

function reg(gname,name)
{
if (document.images)
	{
	document[name+"_off"] = new Image();
	document[name+"_off"].src = loc+gname+gtype;
	document[name+"_over"] = new Image();
	document[name+"_over"].src = loc+gname+"_over"+gtype;
	}
}

function evs(name){ return " onmouseover=\"turn_over('"+ name + "')\" onmouseout=\"turn_off('"+ name + "')\""}

function writeButton(urld, url, name, w, h, alt, target, hsp)
{
	gname = name;
	while(typeof(document[name])!="undefined") name += "x";
	reg(gname, name);
	tr(true);
	document.write("<td>");
	if (alt != "") alt = " alt=\"" + alt + "\"";
	if (target != "") target = " target=\"" + target + "\"";
	if (w > 0) w = " width=\""+w+"\""; else w = "";
	if (h > 0) h = " height=\""+h+"\""; else h = "";	
	if (url != "") url = " href=\"" + urld + url + "\"";
	
	document.write("<a " + url + evs(name) + target + ">");	
	
	if (hsp == -1) hsp =" align=\"right\"";
	else if (hsp > 0) hsp = " hspace=\""+hsp+"\"";
	else hsp = "";
	
	document.write("<img src=\""+loc+gname+gtype+"\" name=\"" + name + "\"" + w + h + alt + hsp + " border=\"0\" /></a></td>");
	tr(false);
}
