function MMove(e) { var theLayer; if( activeMenu != null ) { theLayer = getElement( activeMenu, null ); if( theLayer) { if( (window.event.x < theLayer.offsetLeft ) || (window.event.x > (theLayer.offsetLeft + theLayer.offsetWidth)) || ( window.event.y < (theLayer.offsetTop - 28)) || ( window.event.y > (theLayer.offsetTop + theLayer.offsetHeight)) ) { //window.setTimeout( 'ShowMenu("nn")', 100); ShowMenu('nn'); } } } } function globalNavSize( h, w, section) { var swfObj; swfObj = document.getElementById( section + "_globalswf" ); swfObj.style.height = h + "px"; swfObj.style.width = w + "px"; } function DrawGlobalNav(mTop) { document.writeln('
'); //width:206; height:2; LoadFlashObj( 'http://www.harley-davidson.com/swf/fr/FR/FR_ex_globalnav.swf?locale=fr_FR&bmLocale=fr_FR', 'ex_globalswf', '206', '1', '#333333', '', 'http:', 'http://www.harley-davidson.com' ); document.writeln('
'); document.writeln('
'); //width:206; height:2; LoadFlashObj( 'http://www.harley-davidson.com/swf/fr/FR/FR_pr_globalnav.swf?locale=fr_FR&bmLocale=fr_FR', 'pr_globalswf', '206', '1', '#333333', '', 'http:', 'http://www.harley-davidson.com' ); document.writeln('
'); document.writeln('
'); //width:206; height:2; LoadFlashObj( 'http://www.harley-davidson.com/swf/fr/FR/FR_co_globalnav.swf?locale=fr_FR&bmLocale=fr_FR', 'co_globalswf', '206', '1', '#333333', '', 'http:', 'http://www.harley-davidson.com' ); document.writeln('
'); } // End DrawGlobalNav Function function srvsurvey() { open("http://deeleysurvey.ier.ca","survey","width=760,height=650,top=40,left=100,scrollbars=yes,resizable=yes"); }