function validateLeftForm()
{
	var general = /^[\w\W]+$/i;
	var eml = /(^[a-z]([a-z0-9_\.]*)@([a-z0-9_\.]*)([.][a-z]{2,})$)|(^[a-z]([a-z0-9_\.]*)@([a-z0-9_\.]*)(\.[a-z]{2,})(\.[a-z]{2})*$)/i;

	if (document.forms['frmleft'].nm.value.replace(/[\s]/g, "").length == 0 || !general.test(document.forms['frmleft'].nm.value)) {
		alert ("Please enter name");
		return false;
	}

	if (!eml.test(document.forms['frmleft'].eml.value)) {
		alert ("Please enter valid email address");
		return false;
	}

	if (document.forms['frmleft'].cmt.value.replace(/[\s]/g, "").length == 0 || !general.test(document.forms['frmleft'].cmt.value)) {
		alert ("Please enter comment");
		return false;
	}

	return true;
}

function mmLoadMenus() {
  if (window.mm_menu_0219151540_0) return;
                                            window.mm_menu_0219151540_0 = new Menu("root",228,21,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#000000","#FFFFFF","#EAEAEA","left","middle",5,0,0,-5,7,true,false,true,0,true,true);
  mm_menu_0219151540_0.addMenuItem("Skin&nbsp;Titan®-Non-Surgical&nbsp;Face&nbsp;Lift","location='laser.html#skin'");
  mm_menu_0219151540_0.addMenuItem("Genesis®-Rejuvenation","location='laser.html#genesis'");
  mm_menu_0219151540_0.addMenuItem("Laser&nbsp;Tattoo&nbsp;Revision","location='laser.html#tattoo'");
  mm_menu_0219151540_0.addMenuItem("Laser&nbsp;Hair&nbsp;Reduction","location='laser.html#laserhair'");
  mm_menu_0219151540_0.addMenuItem("Photo-Pigment&nbsp;Repair","location='laser.html#'");
  mm_menu_0219151540_0.addMenuItem("Acne","location='laser.html#acne'");
  mm_menu_0219151540_0.addMenuItem("PDT-Photodynamic&nbsp;Therapy","location='laser.html#pdt'");
  mm_menu_0219151540_0.addMenuItem("Whisper&nbsp;Dry&nbsp;Peel","location='laser.html#whisper'");
  mm_menu_0219151540_0.addMenuItem("Vein&nbsp;Repair","location='laser.html#vein'");
  mm_menu_0219151540_0.addMenuItem("Scar&nbsp;Therapy","location='laser.html#'");
  mm_menu_0219151540_0.addMenuItem("Hair&nbsp;Regeneration","location='laser.html#hariregen'");
   mm_menu_0219151540_0.hideOnMouseOut=true;
   mm_menu_0219151540_0.bgColor='#CCCCCC';
   mm_menu_0219151540_0.menuBorder=1;
   mm_menu_0219151540_0.menuLiteBgColor='#CCCCCC';
   mm_menu_0219151540_0.menuBorderBgColor='#CCCCCC';
window.mm_menu_0219153347_0 = new Menu("root",161,21,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#000000","#FFFFFF","#DEDEDE","left","middle",5,0,0,-5,7,true,false,true,0,true,true);
  mm_menu_0219153347_0.addMenuItem("Botox®","location='medical.html#botox'");
  mm_menu_0219153347_0.addMenuItem("Restylane®","location='medical.html#restylane'");
  mm_menu_0219153347_0.addMenuItem("Juvederm™","location='medical.html#juvderm'");
  mm_menu_0219153347_0.addMenuItem("Microdermabrasion","location='medical.html#'");
  mm_menu_0219153347_0.addMenuItem("Chemical&nbsp;Peels","location='medical.html#'");
  mm_menu_0219153347_0.addMenuItem("Non-Surgical&nbsp;Face&nbsp;Lift","location='medical.html#'");
  mm_menu_0219153347_0.addMenuItem("Mesotherapy","location='medical.html#mesotherapy'");
   mm_menu_0219153347_0.hideOnMouseOut=true;
   mm_menu_0219153347_0.bgColor='#FFFFFF';
   mm_menu_0219153347_0.menuBorder=1;
   mm_menu_0219153347_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0219153347_0.menuBorderBgColor='#336699';

mm_menu_0219153347_0.writeMenus();
}
document.write("<script language=\"JavaScript\" src=\"mm_menu.js\">"+"</script>");