/* ======================================================================

JScript Source File -- Created with SAPIEN Technologies PrimalScript 3.1

NAME: 

AUTHOR: Michael LeBlanc , New York Life Insurance
DATE  : 5/4/2005

COMMENT: 

========================================================================= */

  function Navigate(strOption) {
  	switch (strOption) {
  		case 'tl':
  			document.location.href = 'termlife.html';
  			break;
  		case '10':
  			document.location.href = 'tenyearlevelterm.html';
  			break;
  		case 'di':
  			document.location.href = 'disabilityincome.html';
  			break;
  		case 'pa':
  			document.location.href = 'personalaccident.html';
  			break;
  		case 'hi':
  			document.location.href = 'hospitalindemnity.html';
  			break;
  		case 'lt':
  			document.location.href = 'longtermcare.html';
  			break;
  		case 'cm':
  			document.location.href = 'catastrophemm.html';
			break;  			
  	}
  }