<!-- Begin
  
function writeLinkLine(numtri,href,labname,srcpict,alttext)
{
	for(i=1;i<=numtri;i++)
	{
		document.write("<IMG src=\"images/ysqr.gif\" BORDER=0>");
	}
	document.write("<A HREF=\"");
	document.write(href);
	document.write("\"><img name=\"");
	document.write(labname);
	document.write("\" src=\"images/");
	document.write(srcpict);
	document.write("\" border=0 alt=\"");
	document.write(alttext);
	document.write("\"></A><BR>\n");
}

writeLinkLine(0,"news.html","smnews","smnews.gif","News");
writeLinkLine(0,"products.html","smproducts","smproducts.gif","Products");
writeLinkLine(1,"powertoto.html","smpowertoto","smpowertoto.gif","PowerToto");
writeLinkLine(1,"cronosport.html","smcronosport","smcronosport.gif","Cronosport");
writeLinkLine(1,"gamestocker.html","smgamestocker","smgamestocker.gif","Gamestocker");
writeLinkLine(1,"tototurbo.html","smtototurbo","smtototurbo.gif","Tototurbo");
writeLinkLine(1,"silvergol.html","smsilvergol","smsilvergol.gif","Silvergol");
writeLinkLine(1,"lingotto.html","smlingotto","smlingotto.gif","Lingotto");
writeLinkLine(1,"europrice.html","smeuroprice","smeuroprice.gif","Europrice");
writeLinkLine(1,"dynamicland.html","smdynamicland","smdynamicland.gif","Dynamic Land");
writeLinkLine(1,"kinematicland.html","smkinematicland","smkinematicland.gif","Kinematic Land");
writeLinkLine(1,"briscola.html","smbriscola","smbriscola.gif","Briscola");
writeLinkLine(0,"links.html","smlinks","smlinks.gif","Links");
writeLinkLine(0,"download.asp","smdownload","smdownload.gif","Download");
writeLinkLine(0,"contact.html","smcontacts","smcontacts.gif","Contacts");
writeLinkLine(0,"support.html","smsupport","smsupport.gif","Support");

// End -->

