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("menugammes2r.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("","http://www.soft2rent.com/logiciel-gestion-atelier.html","menugammes2r_b1",244,15,"ATELIER","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-magasin.html","menugammes2r_b2",244,15,"MAGASIN","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-carrosserie.html","menugammes2r_b3",244,15,"CARROSSERIE","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-magasin.html","menugammes2r_b4",244,15,"VENTE COMPTOIR","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-vn.html","menugammes2r_b5",244,15,"VN","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-vo.html","menugammes2r_b6",244,15,"VO","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-depannage-remorquage-fourriere.html","menugammes2r_b7",244,15,"DEPANNAGE FOURRIERE","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-location-vehicules.html","menugammes2r_b8",244,15,"LOCATION DE VEHICULES","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-station-service.html","menugammes2r_b9",244,15,"STATION SERVICE","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-combustibles.html","menugammes2r_b10",244,15,"COMBUSTIBLES","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-parking.html","menugammes2r_b11",244,15,"PARKING","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-taxi.html","menugammes2r_b12",244,15,"TAXIS","_parent",0);
writeButton("","http://www.soft2rent.com/logiciel-gestion-prospection.html","menugammes2r_b13",244,15,"PROSPECTION","_parent",0);
writeButton("","http://www.soft2rent.com/produits/logiciel-gestion-compta.html","menugammes2r_b14",244,15,"COMPTABILITE","_parent",0);
tr(true);
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);
}
