<!-- 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(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 -->

