var pC = 1;

function m_GL2( lText, Info, gL, Bild, B, H)
{
if (Info =="")
{
xInfo ="";
}
else
{
xInfo ="<br><small>"+Info+"</small>";
}

document.write("<tr><td width=\"10\"></td>");


if (pC == 0)
{

document.write("<td align=\"center\" ");
jmkL( gL, lText );
document.write(" >");

document.write(lText+xInfo+"<br>");
//document.write("<td width=\"277\" height=\"58\" align=\"center\"><p align=\"center\">"+lText+xInfo+"<br>");
//document.write("<a target=\"_blank\" href=\"http://"+gL+"\">"+gL+"</a></td>");
document.write(gL+"</td>");

document.write("<td align=\"center\" ");
jmGL( gL, lText );
document.write(" ><p align=\"center\">");
//document.write("<td width=\"147\" height=\"58\" valign=\"middle\" align=\"center\"><p align=\"center\">");

//document.write("<a href=\"http://"+gL+"\" target=\"_blank\" title=\""+lText+"\" >");

document.write("<img src=\""+Bild+"\" alt=\""+lText+"\" border=\"0\" width=\""+B+"\" height=\""+H+"\">");
//document.write("</a>");
}
else
{
document.write("<td align=\"center\" ");
jmGL( gL, lText );
document.write(" ><p align=\"center\">");

//document.write("<td align=\"center\"><p align=\"center\">");
//document.write("<td width=\"147\" height=\"58\" valign=\"middle\" align=\"center\"><p align=\"center\">");
//document.write("<a href=\"http://"+gL+"\" target=\"_blank\" title=\""+lText+"\" >");
document.write("<img src=\""+Bild+"\" alt=\""+lText+"\" border=\"0\" width=\""+B+"\" height=\""+H+"\">");
//document.write("</a>");


document.write("</td><td align=\"center\" ");
jmkL( gL, lText );
document.write(" >");
document.write(lText+xInfo+"<br>");

//document.write("<td width=\"277\" height=\"58\" align=\"center\"><p align=\"center\">"+lText+xInfo+"<br>");
//document.write("<a target=\"_blank\"  href=\"http://"+gL+"\">"+gL+"</a>");
document.write(gL);

}

document.write("</td></tr>");

document.writeln("<tr><td height=\"5\"></td><td></td><td></td></tr>");

pC = 1 -pC;
//<td width="10" height="58"></td>
//<td width="147" height="58" valign="middle" align="center"><p align="center">
//<a href="http://www.speedworld-kart.at/" target="_blank">
//<img src="images/speedworld.jpg" alt="Speedworld" border="0" WIDTH="176" HEIGHT="31"></a></td>
//<td width="277" height="58" align="center"><p align="center">Speedworld<br>
//<a target="_blank" href="http://www.speedworld-kart.at/">www.speedworld-kart.com</a></td>
}

function m_GL( lText, gL,Bild, B, H)
{
m_GL2( lText, '', gL,Bild, B, H)
}

function m_iL( lText ,H )
{
document.write("<tr>");
document.write("<td width=\"10\" height=\""+H+"\"></td>");
document.write("<td valign=\"bottom\" align=\"left\"><img src=\"../images/punkt.gif\" width=\"117\" height=\"18\"><br><big><big><strong>"+lText+"</strong></big></big></td>");
document.write("<td></td>");
document.writeln("</tr>");

//<tr>
//<td width="10" height="95"></td>
//<td width="147" valign="bottom" align="left"><img src="images/punkt.gif" width="117" height="18"><br><big><big><strong>Sonstige</strong></big></big></td>
//<td width="277" ></td>
//</tr>
}

function m_SL( Ort, OrtL, GE, ML)
{
//<td  valign="baseline" height="22">
document.write("<tr><td valign=\"baseline\" height=\"24\">");

if (OrtL !=""){
document.write("<a href=\"http://"+OrtL+"\" target=\"_blank\">"+Ort+"</a>");
//<a href="http://www.zimmermann-karting.de/" target="_blank">Ampfing (D)</a> 
}
else
{
document.write(Ort);
}

if (GE !="")
{
//<a href="http://maps.google.de/maps?hl=de&amp;ie=UTF8&amp;ll=48.245918,12.443572&amp;spn=0.002533,0.004785&amp;t=h&amp;z=18" target="_blank">
//<img src="i08/google.png" width="16" height="16" alt="Strecke in Google Maps" align="bottom" border="0"></a>

// &amp;t=h  mit Strassennamen   //&amp;t=k  ohne Strassennamen
document.write(" <a href=\"http://maps.google.de/maps?hl=de&amp;ie=UTF8&amp;t=k&amp;ll="+GE+"\" target=\"map\"  title=\" "+Ort+" in Google Maps \" >");
document.write("<img src=\"../i08/google.png\" width=\"16\" height=\"16\"  alt=\"Strecke in Google Maps\" align=\"bottom\" border=\"0\"></a>");
}

if (ML !="")
{
//document.write(" <a href=\"http://maps.live.de/LiveSearch.LocalLive?cp="+ML+"&amp;style=a&amp;dir=0&amp;tilt=-90&amp;alt=-1000\" target=\"_blank\" title=\" "+Ort+" in Maps Live \">");
document.write(" <a href=\"http://www.bing.com/maps/?mkt=de-de&cp="+ML+"&amp;style=a&amp;dir=0&amp;tilt=-90&amp;alt=-1000\" target=\"map\" title=\" "+Ort+" in Bing Maps \">");
document.write("<img src=\"../i09/livesearch_logo.jpg\" alt=\"Strecke in Bing Maps\" align=\"bottom\" border=\"0\" width=\"18\" height=\"18\"></a>");
}

//<a href="http://maps.live.de/LiveSearch.LocalLive?cp=48.24580038199104~12.443196773529067&amp;style=h&amp;lvl=17&amp;dir=0&amp;tilt=-90&amp;alt=-1000" target="_blank">
//<img src="i09/livesearch_logo.jpg" alt="Strecke in Maps Live" align="bottom" border="0" width="18" height="18"></a>

document.writeln("</td></tr>");
}



function jmkL( vL, tL )
{
document.write(" onclick=\"window.open('http://" + vL + "');\" ");
document.write(" onmouseover=\"xMenu(this,'#DDDDDD',' "+tL+" ');\" ");
document.write(" onmouseout=\"oMenu(this,'#FFFFFF');\" ");
}

function jmGL( vL, tL )
{
document.write(" onclick=\"window.open('http://" + vL + "');\" ");
document.write(" onmouseover=\"xMenu(this,'#FFFFFF',' "+tL+" ');\" ");
document.write(" onmouseout=\"oMenu(this,'#FFFFFF');\" ");
}




<!--
// ==========================================================================
// Browsercheck
// ==========================================================================

function sa_bwcheck(){ 
  this.ver=navigator.appVersion
  this.agent=navigator.userAgent
  this.dom=document.getElementById?1:0
  this.opera5=this.agent.indexOf("Opera 5")>-1
  this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
  this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
  this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
  this.ie=this.ie4||this.ie5||this.ie6
  this.mac=this.agent.indexOf("Mac")>-1
  this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
  this.ns4=(document.layers && !this.dom)?1:0;
  this.bw=(this.ie6||this.ie5||this.ie4||this.ns4||this.ns6||this.opera5)
  return this
}




bw=new sa_bwcheck() //Browsercheck object

// NS4 resize bug fix
if (bw.ns4) {var origWidth = window.innerWidth;var origHeight = window.innerHeight; window.onresize = reDo;}
function reDo() {if (window.innerWidth != origWidth || window.innerHeight != origHeight) location.reload();}

/** 
* change the style of the menu items for rollover events
* 
* @param	obj		the <TD> tag object
* @param	string	background color from the <TD> tag
*/ 


function oMenu(obj, colorBg) 
{
//	 window.status = '';
//	 obj.title ='';

	 if (!bw.ns4)
	{ 
		if (colorBg != '')
			obj.style.backgroundColor = colorBg;
 		obj.style.cursor = 'auto';
	}
}


function xMenu(obj, colorBg, TT) 
{
	 window.status = TT;
	 obj.title ='  '+TT+'  ';
 
	if (!bw.ns4)
	{ 
		if (colorBg != '')
			obj.style.backgroundColor = colorBg;
			obj.style.cursor = 'pointer';
	}
}
//-->
