if (window!=top) {
 top.document.title=window.document.title;
 if (parent.navigation_left.motif) {setTimeout(flip_motif,2000);}
}
function flip_motif() {
 if (typeof strFrameMotif == "undefined")
 { alert("Webmaster, strFrameMotif is not declared for " + document.location.pathname.substring(location.pathname.indexOf('/')+1)); }
 else
 {
 if (document.all) parent.navigation_left.motif.filters.blendTrans.apply();
 parent.navigation_left.motif.src=strFrameMotif;
 if (document.all) parent.navigation_left.motif.filters.blendTrans.play();
 }
}