// This Is our Header File for WebTemplate


if (!home_page) var home_page = false;

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {

	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}



document.title = "Breland Health & Fitness Club!!";

document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"common/stylesheet.css\" />");
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"common/fonts.css\" />");
document.write("<head>");
document.write("<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">");
document.write("<META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\">");
document.write("<META HTTP-EQUIV=\"Pragma-directive\" CONTENT=\"no-cache\">");
document.write("<META HTTP-EQUIV=\"Cache-Directive\" CONTENT=\"no-cache\">");
document.write("<META HTTP-EQUIV=\"Expires\" CONTENT=\"0\">");
document.write("</head>");
document.write("<center><body class=text bgcolor=\"#717171\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">");
document.write("<table  id=\"Table_01\" width=\"1024\" height=\"176\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=background-color:#5B5B5B>");
document.write("<table style=\"background-color:white\"id=\"Table_01\" width=\"1024\" height=\"176\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("	<tr>");
document.write("		<td rowspan=\"4\">");
document.write("			<img src=\"images/menu/header_left.gif\" width=\"86\" height=\"176\" alt=\"\"></td>");
document.write("		<td colspan=\"2\">");
document.write("			<img src=\"images/menu/header_top.gif\" width=\"850\" height=\"38\" alt=\"\"></td>");
document.write("		<td rowspan=\"4\">");
document.write("			<img src=\"images/menu/header_right.gif\" width=\"88\" height=\"176\" alt=\"\"></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td colspan=\"2\">");
document.write("			<img src=\"images/menu/header_breland.gif\" width=\"850\" height=\"51\" alt=\"\" usemap=#header_breland_Map BORDER=0></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td>");
document.write("			<img src=\"images/menu/Menu_05.gif\" width=\"110\" height=\"49\" alt=\"\"></td>");
document.write("		<td width=\"740\" height=\"49\">");
document.write("			<table  width=740 height=30 >");
document.write("				<tr>");
document.write("					<td class=Menu valign=middle><center><a href=\"index.html\" style=text-decoration:none>HOME<br>PAGE<td>");
document.write("					<td class=Menu valign=middle><center><a href=\"membership.html\" style=text-decoration:none>GYM<BR>MEMBERSHIP");
document.write("					<TD class=Menu valign=middle ><center><a href=\"training.html\" style=text-decoration:none>PERSONAL<BR>TRAINING");
document.write("					<TD class=Menu valign=middle><center><a href=\"weighdown.html\" style=text-decoration:none>WEIGHDOWN<BR>PROGRAM");
document.write("					<TD class=Menu valign=middle><center><a href=\"classes.php\" style=text-decoration:none>GROUP<BR>CLASSES");
document.write("					<TD class=Menu valign=middle><center><a href=\"gyrotonics.html\" style=text-decoration:none>GYROTONICS");
document.write("					<TD class=Menu valign=middle><center><a href=\"physical_therapy.html\" style=text-decoration:none>PHYSICAL<BR>THERAPY");
document.write("			</TABLE>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td colspan=\"2\">");
document.write("			<img src=\"images/menu/header_bottom.gif\" width=\"850\" height=\"38\" alt=\"\"></td>");
document.write("	</tr>");
document.write("</table>");

document.write("<map name=\"header_breland_Map\">");
document.write("<area shape=\"rect\" alt=\"\" coords=\"771,1,849,10\" href=\"contactus.html\">");
document.write("<area shape=\"rect\" alt=\"\" coords=\"771,13,849,32\" href=\"corporate.html\">");
document.write("</map>");

if (home_page == false) { not_home_page(); }

function not_home_page()
{
	document.write("<table style=\"background-color:white\" id=\"Table_01\" width=\"1024\" height=\"592\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
	document.write("	<tr>");
	document.write("		<td valign=top style=\"background-image: url(images/left_side.gif)\" width=\"86\" height=\"100%\">");
	document.write("		<img src=\"images/left_side.gif\" width=\"86\" height=\"526\" alt=\"\"></td>");
	document.write("		<td width=\"850\" height=\"526\" valign=top> <centeR> <table width=850><tr><td>");
	

}






