
		var image_td_width = "177";
 var image_td_height="70"; 
 var image_td_src='/public/images/img_wecoveryou.gif';
 var image_td_alt='Health Cover Corner';
var text_td = "";
var toll_td = "";
if(tollfree_selected == "NRI")
{
image_td_width = "177";
 image_td_height="70";
  image_td_src="/public/images/img_wecoveryou.gif";
 image_td_alt="Health Cover Corner";
text_td = "International helpline";
toll_td = "+91 98925 77766";
}

if (tollfree_selected == "home")
{
	document.write("<td height='25' align='center'>");
	document.write("<span class='CalltollFree'>");
	document.write(text_td);
	document.write("</span><br/><span class='TollFreeNo'>");
	document.write(toll_td);
	document.write("</span></td>");
}
else
{
	document.write("<td width='177'><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>");
	document.write("<td width='" + image_td_width + "' height='" + image_td_height + "'><img src='" + image_td_src + "' alt='" + image_td_alt + "' width='" + image_td_width + "' height='" + image_td_height + "' >");
	document.write("</td></tr><tr><td height='20' align='center'>");
	document.write("<span class='CalltollFree'>");
	document.write(text_td);
	document.write("</span><br/><span class='TollFreeNo'>");
	document.write(toll_td);
	document.write("</span></td></tr></table></td>");
}

	