<!--
function mouseDown(e) {
 if (parseInt(navigator.appVersion)>3) {
  var clickType=1;
  if (navigator.appName=="Netscape") clickType=e.which;
  else clickType=event.button;
  if (clickType!=1) {
alert("WARNING!\n If we find our images, text, or HTML code stolen or copied without our WRITTEN consent, then we will IMMEDIATELY file a take down notice with your registrar and hosting service.\n\n THIS WILL RESULT IN YOUR WEB SITE AND/OR DOMAIN NAME BEING SHUT DOWN.\n\nCopyright (c) 2000-2010 Micronack Technologies.\nAll HTML code, images and text contained within are the intellectual property of Micronack Technologies!  Do not attempt to steal or copy them. ");
}
 }
 return true;
}
if (parseInt(navigator.appVersion)>3) {
 document.onmousedown = mouseDown;
 if (navigator.appName=="Netscape") 
  document.captureEvents(Event.MOUSEDOWN);
}
//-->

<!-- Begin

// AVAILABLE COLOR THEMES

//	gray
//	blue
//	navy
//	burgundy
//	gold



// EDIT THE VARIABLE BELOW WITH A CHOICE ABOVE (only in lowercase)



var colorstyle	 	= "burgundy"	// COLOR THEME







//  Lakeland Electrolysis and Laser Center
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<link rel="StyleSheet" href="css/'+colorstyle+'.css" type="text/css">');
document.write('<link rel="StyleSheet" href="css/'+colorstyle+'-menu.css" type="text/css">');

//  End -->