	<!--
	// MouseOn/Off Pre-load section
	// MouseOn   
	// Note: the 161 is for the WIDTH, 30 is for the HEIGHT
	homebutton1 = new Image(161, 30);
	homebutton1.src = "img/homebutton_on.gif";
	aboutusbutton1 = new Image(161, 30);
	aboutusbutton1.src = "img/aboutusbutton_on.gif";
	skincarebutton1 = new Image(161, 30);
	skincarebutton1.src = "img/skincarebutton_on.gif";
	hairremovalbutton1 = new Image(161, 30);
	hairremovalbutton1.src = "img/hairremovalbutton_on.gif";
	botoxbutton1 = new Image(161, 30);
	botoxbutton1.src = "img/botoxbutton_on.gif";
	lipodissolvebutton1 = new Image(161, 30);
	lipodissolvebutton1.src = "img/lipodissolvebutton_on.gif";
	thermagebutton1 = new Image(161, 30);
	thermagebutton1.src = "img/thermagebutton_on.gif";
	contactusbutton1 = new Image(161, 30);
	contactusbutton1.src = "img/contactusbutton_on.gif";
	brochuresbutton1 = new Image(161, 30);
	brochuresbutton1.src = "img/brochuresbutton_on.gif";
	// MouseOff
	// Note: the 161 is for the WIDTH, 30 is for the HEIGHT
	homebutton0 = new Image(161, 30);
	homebutton0.src = "img/homebutton.gif";
	aboutusbutton0 = new Image(161, 30);
	aboutusbutton0.src = "img/aboutusbutton.gif";
	skincarebutton0 = new Image(161, 30);
	skincarebutton0.src = "img/skincarebutton.gif";
	hairremovalbutton0 = new Image(161, 30);
	hairremovalbutton0.src = "img/hairremovalbutton.gif";
	botoxbutton0 = new Image(161, 30);
	botoxbutton0.src = "img/botoxbutton_on.gif";
	lipodissolvebutton0 = new Image(161, 30);
	lipodissolvebutton0.src = "img/lipodissolvebutton.gif";
	thermagebutton0 = new Image(161, 30);
	thermagebutton0.src = "img/thermagebutton.gif";
	contactusbutton0 = new Image(161, 30);
	contactusbutton0.src = "img/contactusbutton.gif";
	brochuresbutton0 = new Image(161, 30);
	brochuresbutton0.src = "img/brochuresbutton.gif";
	// -->