document.write("<div id='masthead'>");
document.write("<table border='0' cellspacing='0' cellpadding='0' HEIGHT='100' width='940' bgcolor=#ffffff >");
document.write("<tr>");
document.write("<td><a href='default.html'><img border='0'width='338' src='images/logoleft.jpg'</a></td>");
document.write("<td><a href='default.html'><img border='0'width='386' src='images/logomiddle.jpg'</a></td>");
document.write("<td>");
document.write("<table HEIGHT='100' width='216' cellspacing='0' cellpadding='0' border='0' background='images/logoright.jpg'>");
document.write("<tr>");
document.write("<td valign='top'><font color='#3366CC' size='3' face='Calibri' ><b>(561) 416-9433</b>&nbsp;&nbsp;&nbsp;&nbsp;</font>");
document.write("<br />");
document.write("</td></tr>");
document.write("<tr><td >2170 N. Dixie Hwy.&nbsp;&nbsp;&nbsp;&nbsp;<br />Boca Raton, Florida 33431&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<br /> <br /><b>switch to&nbsp;&nbsp;");
document.write("<a class='Racers_Edge_Navigation' href='road.htm?str=road'><b>road</a>&nbsp;|&nbsp;");
document.write("<a class='Racers_Edge_Navigation' href='tri.htm?tri'><b>tri/tt</a>&nbsp;|&nbsp;");
document.write("<a class='Racers_Edge_Navigation' href='mountain.htm?mtn'><b>mountain</a>&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("</td>");
document.write("</tr>");
document.write("<tr><td>&nbsp;</td></tr>");
document.write("</table>");
document.write("</tr></table>");
document.write("</div>");




biketype = window.location.search.substring(1);
var done = 'false';
if (biketype == 'road') {

document.write("<div id='Racers_Links'>                                                                                                                                        ");
document.write("<table cellspacing=0 cellpadding=0 border=0 width=100% align=center class=Racers_Edge_Tabs >");
document.write ("    <tr align=center>    ");
document.write("               <td ><a href=road.htm?road>Home</a></td>");
document.write("               <td ><a href=roadbikefit.htm?road ><font color=#FF3300><u><b>Bike Fit Services</font></a></td>");
document.write("               <td ><a href=testimonials.htm?road >Testimonials</a></td>   ");
document.write("               <td ><a href=demo.htm?road >Demo Wheels & Saddles</a></td>   ");
document.write ("                <td ><a   href=roadframes.htm?road >Frames</a></td>");
document.write("                 <td ><ul id='Racers_Edge_Navigation'>                                                                    ");
document.write("	<li>                                                                                               ");
document.write("     <a  onmouseover=mopen('components') onmouseout=mclosetime() >Components</a>    ");
document.write("         <div id=components onmouseover=mcancelclosetime() onmouseout=mclosetime()>                             ");
document.write("                        <a  href=roadcomponents.htm?road  >Drivetrains & Components</a>    ");
document.write("                        <a  href=saddles.htm?road >Saddles</a>                               ");
document.write("                        <a  href=wheels.htm?road >Wheels</a>                               ");
document.write("                        <a  href=accessories.htm?road >Clothing & Accessories<br></a>   	                 ");
document.write("                        <a  href=nutrition.htm?road >Nutrition</a>   	                 ");

document.write("		</div> </li></ul></td>  ");
document.write ("                <td ><a  left href=coaches_clubs.htm?road >Coaches & Clubs</a></td>");
document.write ("                <td ><a  left href=store_staff.htm?road >Store & Staff</a></td>");
document.write ("                <td ><a  left href=calendar.htm?road >Calendar</a></td>");
document.write ("                <td ><a  left href=raceteam.htm?road >Race Team</a></td>");
document.write ("                <td ><a  left href=gallery.htm?road >Gallery</a></td>");
document.write ("                <td ><a  left href=contact.htm?road >Contact</a></td>	");
document.write ("    </tr>");
document.write ("</table></div>");
done = 'true';
}

if (biketype == 'tri') {


    document.write("<div id='Racers_Links'>                                                                                                                                        ");
    document.write("<table cellspacing=0 cellpadding=0 border=0 width=100% align=center class=Racers_Edge_Tabs >");
    document.write("    <tr align=center>    ");
    document.write("               <td ><a href=tri.htm?tri>Home</a></td>");
    document.write("               <td ><a href=roadbikefit.htm?tri ><font color=#FF3300><u><b>Bike Fit Services</font></a></td>");
    document.write("               <td ><a href=testimonials.htm?tri >Testimonials</a></td>   ");
    document.write("               <td ><a href=demo.htm?tri >Demo Wheels & Saddles</a></td>   ");
    document.write("               <td ><a href=triframes.htm?tri >Frames</a></td>");
    document.write("               <td ><ul id='Racers_Edge_Navigation'>                                                                    ");
    document.write("	<li>                                                                                               ");
    document.write("     <a  onmouseover=mopen('components') onmouseout=mclosetime() >Components</a>    ");
    document.write("         <div id=components onmouseover=mcancelclosetime() onmouseout=mclosetime()>                             ");
    document.write("                        <a  href=roadcomponents.htm?tri  >Drivetrains & Components</a>    ");
    document.write("                        <a  href=saddles.htm?tri >Saddles</a>                               ");
    document.write("                        <a  href=wheels.htm?tri >Wheels</a>                               ");
    document.write("                        <a  href=accessories.htm?tri >Clothing & Accessories<br></a>   	                 ");
    document.write("                        <a  href=nutrition.htm?tri >Nutrition</a>   	                 ");

    document.write("		</div> </li></ul></td>  ");
    document.write("                <td ><a href=coaches_clubs.htm?tri >Coaches & Clubs</a></td>");
    document.write("                <td ><a href=store_staff.htm?tri >Store & Staff</a></td>");
    document.write("                <td ><a href=calendar.htm?tri >Calendar</a></td>");
    document.write("                <td ><a href=raceteam.htm?tri >Race Team</a></td>");
    document.write("                <td ><a href=gallery.htm?tri >Gallery</a></td>");
    document.write("                <td ><a href=contact.htm?tri >Contact</a></td>	");
    document.write("    </tr>");
    document.write("</table></div>");
done = 'true';

}


if (biketype == 'mtn') {




    document.write("<div id='Racers_Links'>                                                                                                                                        ");
    document.write("<table cellspacing=0 cellpadding=0 border=0 width=100% align=center class=Racers_Edge_Tabs >");
    document.write("    <tr align=center>    ");
    document.write("               <td ><a href=mountain.htm?mtn>Home</a></td>");
    document.write("               <td ><a href=roadbikefit.htm?mtn ><font color=#FF3300><u><b>Bike Fit Services</font></a></td>");
    document.write("               <td ><a href=testimonials.htm?mtn >Testimonials</a></td>   ");
    document.write("               <td ><a href=demo.htm?mtn >Demo Wheels & Saddles</a></td>   ");
    document.write("               <td ><a href=mountainframes.htm?mtn >Frames</a></td>");
    document.write("               <td ><ul id='Racers_Edge_Navigation'>                                                                    ");
    document.write("	<li>                                                                                               ");
    document.write("     <a  onmouseover=mopen('components') onmouseout=mclosetime() >Components</a>    ");
    document.write("         <div id=components onmouseover=mcancelclosetime() onmouseout=mclosetime()>                             ");
    document.write("                        <a  href=mountaincomponents.htm?mtn  >Drivetrains & Components</a>    ");
    document.write("                        <a  href=saddles.htm?mtn >Saddles</a>                               ");
    document.write("                        <a  href=mountainwheels.htm?mtn >Wheels</a>                               ");
    document.write("                        <a  href=accessories.htm?mtn >Clothing & Accessories<br></a>   	                 ");
    document.write("                        <a  href=nutrition.htm?mtn >Nutrition</a>   	                 ");

    document.write("		</div> </li></ul></td>  ");
    document.write("                <td ><a href=coaches_clubs.htm?mtn >Coaches & Clubs</a></td>");
    document.write("                <td ><a href=store_staff.htm?mtn >Store & Staff</a></td>");
    document.write("                <td ><a href=calendar.htm?mtn >Calendar</a></td>");
    document.write("                <td ><a href=raceteam.htm?mtn >Race Team</a></td>");
    document.write("                <td ><a href=gallery.htm?mtn >Gallery</a></td>");
    document.write("                <td ><a href=contact.htm?mtn >Contact</a></td>	");
    document.write("    </tr>");
    document.write("</table></div>");
    			
done = 'true';
}

if (done != 'true') 
{
    document.write("<div id='Racers_Links'>                                                                                                                                        ");
    document.write("<table cellspacing=0 cellpadding=0 border=0 width=100% align=center class=Racers_Edge_Tabs >");
    document.write("    <tr align=center>    ");
    document.write("               <td ><a href=road.htm?road>Home</a></td>");
    document.write("               <td ><a href=roadbikefit.htm?road ><font color=#FF3300><u><b>Bike Fit Services</font></a></td>");
    document.write("               <td ><a href=testimonials.htm?road >Testimonials</a></td>   ");
    document.write("               <td ><a href=demo.htm?road >Demo Wheels & Saddles</a></td>   ");
    document.write("                <td ><a   href=roadframes.htm?road >Frames</a></td>");
    document.write("                 <td ><ul id='Racers_Edge_Navigation'>                                                                    ");
    document.write("	<li>                                                                                               ");
    document.write("     <a  onmouseover=mopen('components') onmouseout=mclosetime() >Components</a>    ");
    document.write("         <div id=components onmouseover=mcancelclosetime() onmouseout=mclosetime()>                             ");
    document.write("                        <a  href=roadcomponents.htm?road  >Drivetrains & Components</a>    ");
    document.write("                        <a  href=saddles.htm?road >Saddles</a>                               ");
    document.write("                        <a  href=wheels.htm?road >Wheels</a>                               ");
    document.write("                        <a  href=accessories.htm?road >Clothing & Accessories<br></a>   	                 ");
    document.write("                        <a  href=nutrition.htm?road >Nutrition</a>   	                 ");

    document.write("		</div> </li></ul></td>  ");
    document.write("                <td ><a  left href=coaches_clubs.htm?road >Coaches & Clubs</a></td>");
    document.write("                <td ><a  left href=store_staff.htm?road >Store & Staff</a></td>");
    document.write("                <td ><a  left href=calendar.htm?road >Calendar</a></td>");
    document.write("                <td ><a  left href=raceteam.htm?road >Race Team</a></td>");
    document.write("                <td ><a  left href=gallery.htm?road >Gallery</a></td>");
    document.write("                <td ><a  left href=contact.htm?road >Contact</a></td>	");
    document.write("    </tr>");
    document.write("</table></div>");

		
}

