
<!--
function FrameAboutUpdate() {
parent.vaandel.location.href = "t_about.htm";
if ((screen.width < 1024) && (screen.height < 768)) 
parent.footer.location.href = "f_about_s.htm";
else 
parent.footer.location.href = "f_about.htm";
}
function FrameEventsUpdate() {
parent.vaandel.location.href = "t_events.htm";
if ((screen.width < 1024) && (screen.height < 768)) 
parent.footer.location.href = "f_events_s.htm";
else 
parent.footer.location.href = "f_events.htm";
}
function FrameBikesUpdate() {
parent.vaandel.location.href = "t_bikes.htm";
if ((screen.width < 1024) && (screen.height < 768)) 
parent.footer.location.href = "f_bikes_s.htm";
else 
parent.footer.location.href = "f_bikes.htm";
}
//-->


