<!--

 /** Replace the Calendar Image Tag with the following SCRIPT tag.
   *
   * <SCRIPT LANGUAGE="JavaScript" SRC="<path to incl folder>/incl/cal_img.js"></SCRIPT>
   * <SCRIPT LANGUAGE="JavaScript">getImg('<path to images folder>');</SCRIPT>
  **/


 /**
   * Syntax  is       document.write('<text here>');
   *
   * Use Single Quotes only to Start and End the Text. Donot use SingleQuotes in between, 
   * For attribute values of HTML tags Use DoubleQuotes only.
  **/

function getImg(img_path)
{
/** document.write('<img src="' + img_path + 'images/cal2007_oct.gif" name="cal" border="0" usemap="#cal2007_sepMap">');
  **/
  document.write('<img src="' + img_path + 'images/cal2010_mar.gif" name="cal" border="0" usemap="#cal2010_marMap">');
}
 //-->