// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features); }

function openemail() 
{var ur12=window.location;
	var nuWin
=window.open('http://www.dalecarnegieindia.com/sendlink.asp?page='+ur12,'email','menubar=no,toolbar=no,location=no,resizable=no,scrollbars=yes,status=no,width=480,height=500');
}
document.write('<table width="50%" align="right" cellpadding="5" cellspacing="0">                      <tr>                        <td width="84%" align="right"><img src="images/email_icon.gif" hspace="10" width="16" height="11" /></td>                        <td width="3%" align="center" class="G11"><a href="javascript:openemail();" class="G11">Email </a></td>                        <td width="5%" align="right"><img src="images/print_icon.gif" width="16" height="16" hspace="10" /></td>                        <td width="8%" align="center" class="G11" ><a href="javascript:window.print()">Print</a></td>                      </tr>                      <tr>                        <td colspan="4" align="right"><p class="FR G18_G  PR10"><a href="case_studies.html" class="G18_G">Back</a></p></td>                      </tr>                    </table>')