if(!window.contextPath){contextPath=""}
if(!window.isIndexPage){
	
document.write("	<span class='leftcorner'>&nbsp;</span> <span class='rightcorner'>&nbsp;</span>");
document.write("	<div id='downloadsLinks' class='d_otherpage'>");
document.write("		<a href='"+contextPath+"product/product_collaterals/product_catalogue_download_form.htm'>Product Catalogue</a>");

document.write("		<a href='"+contextPath+"product/product_collaterals/intellicus_for_business_users_form.htm'>Intellicus for Business Users</a>");

document.write("		<a href='"+contextPath+"product/product_collaterals/intellicus_for_isv_form.htm'>Intellicus for ISVs</a>");

document.write("		<a href='"+contextPath+"product/product_collaterals/intellicus_for_saas_form.htm'>Intellicus for SaaS</a>");

document.write("		<a href='"+contextPath+"product/product_collaterals/intellicus_for_healthcare_form.htm'>Intellicus for Healthcare</a>");

document.write("	</div>");

document.write("	<span style=' float:left; padding-left:10px;'>Product Collaterals</span>");

document.write("	<div class='download_down'></div>")
}
else{document.write("<span class='leftcorner'>&nbsp;</span> <span class='rightcorner'>&nbsp;</span>");

document.write("<span style=' float:left; padding-left:10px;'>Product Collaterals</span>");

document.write("<div class='download_down'></div>");

document.write("<div id='downloadsLinks'> <a href='"+contextPath+"product/product_collaterals/product_catalogue_download_form.htm'>Product Catalogue</a> ");

document.write("		<a href='"+contextPath+"product/product_collaterals/intellicus_for_business_users_form.htm'>Intellicus for Business Users</a>");

document.write("		<a href='"+contextPath+"product/product_collaterals/intellicus_for_isv_form.htm'>Intellicus for ISVs</a>");

document.write("		<a href='"+contextPath+"product/product_collaterals/intellicus_for_saas_form.htm'>Intellicus for SaaS</a>");

document.write("		<a href='"+contextPath+"product/product_collaterals/intellicus_for_healthcare_form.htm'>Intellicus for Healthcare</a></div>")}