/************************************************************
frmnu.js 

Holiday Home menus
*************************************************************/

/** idiom to include the ctcutils **/
if (typeof useApplet != 'undefined' && useApplet) {
	document.write("<script src=\"" + jspath +"js/ctcapplet.js\" type=\"text/javascript\"></script>");
} else {
	document.write("<script src=\"" + jspath +"js/ctcutils.js\" type=\"text/javascript\"></script>");
}

function frtitle(title) {
  jtitle(title, "Holiday Let", "ask for info", "martyn@cutthecrap.biz");
}

function frmenu() {
	startMenu("France");
		jh1("Normandy", "./index.html");
	endMenu();
}
