function loadLinks(){
	document.write("<table width='100%' height='10' border='0' cellpadding='3' cellspacing='0'>");
	document.write("              <tr> <td height='20' valign='top' bgcolor='#C3ED87' class='title2'>:: Main Links</td></tr>");
	document.write("              <tr> <td height='50' valign='top' bgcolor='#FFFFFF'> <div class='menu'> ");
	document.write("                    <a href='products_services.htm'><img src='images/sm_arrow2.jpg' width='10' height='10' border='0'> Products & Services</a><img src='images/linkdots.gif'>");
	document.write("					<a href='business_groups.htm'><img src='images/sm_arrow2.jpg' width='10' height='10' border='0'> Business Groups</a> <img src='images/linkdots.gif'> ");
	document.write("					<a href='aliances_clients.htm'><img src='images/sm_arrow2.jpg' width='10' height='10' border='0'> Aliances & Clients</a> <img src='images/linkdots.gif'> ");
	document.write("					<a href='major_partners.htm'><img src='images/sm_arrow2.jpg' width='10' height='10' border='0'> Major Partners</a> <img src='images/linkdots.gif'> ");
	document.write("					<a href='company_history.htm'><img src='images/sm_arrow2.jpg' width='10' height='10' border='0'> Company History</a> <img src='images/linkdots.gif'> ");
	document.write("					</div></td></tr></table><br>");
	document.write("			  <table width='100%' height='10' border='0' cellpadding='3' cellspacing='0'><tr> <td height='20' valign='top' bgcolor='#C3ED87' class='title2'>:: Solutions</td></tr>");
	document.write("			  <tr> <td height='50' valign='top' bgcolor='#FFFFFF'> <div class='menu'> ");
	document.write("                    <a href='revenue_generation.htm'><img src='images/sm_arrow2.jpg' width='10' height='10' border='0'> Revenue Generation/<br>&nbsp;&nbsp;&nbsp;&nbsp;Optimization Solutions</a> <img src='images/linkdots.gif'> ");
	document.write("					<a href='web_related.htm'><img src='images/sm_arrow2.jpg' width='10' height='10' border='0'> Web-Related Solutions</a> <img src='images/linkdots.gif'> ");
	document.write("                   </div></td></tr></table>");
}

function loadOtherlinks(){
	document.write(" <div class='title3'>:: Other links</div><br>");
	document.write("<img src='images/sm_arrow.jpg' width='10' height='10' border='0'>  <a href='jobs.htm'> SMS-GT Job Openings</a><br><br>");
	document.write("<img src='images/sm_arrow.jpg' width='10' height='10' border='0'>  <a href='support.htm'> Support</a><br><br>");
	document.write("<img src='images/sm_arrow.jpg' width='10' height='10' border='0'>  <a href='contact_us.htm'> Contact Us</a><br><br>");
}