function printServicesLinks() {
var Html=""
Html+="<table width='150' border='0' cellspacing='0' cellpadding='0'>";
Html+="<tr><td width='33'><img src='../images/logo_bullet.gif' width='33' height='25'></td>";
Html += "<td><a class='cc' href='../Services/ProjectSampler.html'><span class=navsublinks>Project Sampler</span></a></td></tr>";
Html+="<tr><td width='33'><img src='../images/logo_bullet.gif' width='33' height='25'></td>";
Html+="<td><a class='cc' href='../Services/CustomSoftwareServices.html'><span class=navsublinks>Custom Software Development Services</span></a></td></tr>";
Html+="</table>";

document.write(Html);

}
