// JavaScript Document
	
				
				document.writeln("<div id='inner_left_top_corner'>");
				document.writeln("</div>");
			document.writeln("<div id='inner_left_ash'>");
				document.writeln("<div id='lhs_button_strip'>");
if (menu=='why_us')
{
		document.writeln("<div id='lhs_button'><a style='background:url(images/rollover.gif) no-repeat;'>Why us?</a>");
}
else
{
	document.writeln("<div id='lhs_button'><a href='why_us.html'>Why us?</a>");

}

document.writeln("</div>");

if (menu=='our_phy')
{
		document.writeln("<div id='lhs_button'><a style='background:url(images/rollover.gif) no-repeat;'>Our Philosophy</a>");
}
else
{
		document.writeln("<div id='lhs_button'><a href='our_phylosophy.html'>Our Philosophy</a>");

}
document.writeln("</div>");

			document.writeln("</div>");				
				document.writeln("<div id='logo_img' style='top:20px;_top:5px;'>");
				document.writeln("<div style='padding-top:5px;'>");
				document.writeln("A Quality Service");
				document.writeln("</div>");
				document.writeln("<div id='logo_img_disp'>");
				document.writeln("</div>");
				document.writeln("</div>");
				document.writeln("</div>");
				document.writeln("<div id='inner_left_bottome_corner'>");
				document.writeln("</div>");

