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('
'); document.writeln(' '); 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"); }