var cText = '';
cText += '<p><a href=\"index.html\">Home</a> | ';
cText +=     '<a href=\"about.html\">About Us</a> | ';
cText +=     '<a href=\"whyUs.html\">Why Us</a> | ';
cText +=     '<a href=\"software.html\">Software Development</a> | ';
cText +=     '<a href=\"webApplication.html\">Web Application</a> | ';
cText +=     '<a href=\"customApp.html\">Custom Application</a> | ';
cText +=     '<a href=\"outsourcing.html\">Outsourcing</a> | ';
cText +=     '<a href=\"service.html\">Support and Services</a> | ';
cText +=     '<a href=\"partners.html\">Partners</a> | ';
cText +=     '<a href=\"http://support.kcs-software.com/operations\">Operations</a> | ';
cText +=     '<a href=\"http://support.kcs-software.com\">Support Center</a> | ';
cText +=     '<a href=\"contacts.html\">Contact Us</a>';
cText += '</p>';
cText += '<p><a href=\"SmartShop.html\">Retail Software</a> | ';
cText +=     '<a href=\"SmartRestaurant.html\">Restaurant Software</a> | ';
cText +=     '<a href=\"Smart-i-CRM.html\">CRM Software</a>';
cText += '</p>';
cText += '<br>';

cText += '<p>';
cText += '<a href=\"#\" onClick=\"window.open(\'http://talkgadget.google.com/talkgadget/popout\',\'popup\',\'height=400,width=300,scrollbars=no\')\"><img src=\"css\\menu\\images\\googleTalk.gif\" alt=\"Google Talk\" title=\"Chat with us in Google Talk\" border=\"0\"></img></a> ';
cText += '<a target=\"_new\" href=\"http://www.google.com/profiles/KCS.Pvt.Ltd\"><img src=\"css\\menu\\images\\google.gif\" alt=\"Google Profile\" title=\"Find us on Google\" border=\"0\"></img></a> ';
cText += '<a target=\"_new\" href=\"http://www.facebook.com/kcs.pvt.ltd\"><img src=\"css\\menu\\images\\faceBook.gif\" alt=\"Facebook\" title=\"We are on Facebook\" border=\"0\"></img></a> ';
cText += '<a target=\"_new\" href=\"http://www.orkut.com/Profile.aspx?uid=3207828802183550216\"><img src=\"css\\menu\\images\\orkut.gif\" alt=\"Orkut\" title=\"We are on Orkut\" border=\"0\"></img></a> ';
cText += '<a target=\"_new\" href=\"http://twitter.com/KCSPvtLtd\"><img src="css\\menu\\images\\twitter.gif\" alt=\"Twitter\" title=\"Follow us on Twitter\" border=\"0\"></img></a> ';
cText += '<a target=\"_new\" href=\"http://www.youtube.com/user/KCSPvtLtd\"><img src=\"css\\menu\\images\\youtube.gif\" alt=\"Youtube\" title=\"Watch us on Youtube\" border=\"0\"></img></a> ';
cText += '<a target=\"_new\" href=\"http://picasaweb.google.com/KCS.Pvt.Ltd\"><img src=\"css\\menu\\images\\picasa.gif\" alt=\"Picasa Web\" title=\"Watch us on Picasa\" border=\"0\"></img></a> ';
cText += '<a target=\"_new\" href=\"https://www.paypal.com/us/verified/pal=sales@kcs-software.com\"><img src=\"css\\menu\\images\\paypalseal.gif\" alt=\"Paypal Verified\" title=\"We are verified by PayPal: Purchase online\" border=\"0\"></img></a> ';
cText += '</p>';
cText += '<br>';

cText += '<p>';
cText +=       'E-mail: <a href="mailto:info@kcs-software.com">info@kcs-software.com</a> | ';
cText +=       'Call us: +91 9160035123 ';
cText += '</p>';
cText += '<p>';
cText +=       '<a href=\"terms.html\">Terms of Use</a> | ';
cText += 'This site is best viewed with  Microsoft Internet Explorer 6.0+';
/*
cText +=       '<a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">XHTML</a> | ';
cText +=       '<a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page validates as CSS">CSS</a> ';
*/
cText += '</p>';
cText += '<p>Copyright &copy; 2009 KCS Pvt. Ltd.</p>';

document.write(cText);
