<!-- Begin



var message="You may not right mouse click this page.";

if (navigator.appName == 'Microsoft Internet Explorer'){

function NOclickIE(e) {

if (event.button == 2 || event.button == 3) {

alert(message);

return false;

}

return true;

}

document.onmousedown=NOclickIE;

document.onmouseup=NOclickIE;

window.onmousedown=NOclickIE;

window.onmouseup=NOclickIE;

}

else {

function NOclickNN(e){

if (document.layers||document.getElementById&&!document.all){

if (e.which==2||e.which==3){

alert(message);

return false;

}}}

if (document.layers){

document.captureEvents(Event.MOUSEDOWN);

document.onmousedown=NOclickNN; }

document.oncontextmenu=new Function("alert(message);return false")

}





// NOTE: If you use a ' add a slash before it like this \'



document.write('<div id="right-menu-location" class="printhide">');

document.write('<TABLE cellpadding="5" cellspacing="0" width="100%" border="0" class="sidebartext"><tr><td valign="top" align="center">');



// FIRST PICTURE AND LINK



document.write('<a href="video-4.htm" class="rightlinks">');

document.write('<IMG SRC="picts/frontpict-1.jpg" border="0" width="100" height="70" class="border-menu"><br>');

document.write('Worldwide</a><br><br>');





// SECOND PICTURE AND LINK



document.write('<a href="video-1.htm" class="rightlinks">');

document.write('<IMG SRC="picts/frontpict-2.jpg" border="0" width="100" height="70" class="border-menu"><br>');

document.write('Oregon</a><br><br>');





// THIRD PICTURE AND LINK



document.write('<a href="scene.htm" class="rightlinks">');

document.write('<IMG SRC="picts/frontpict-3.jpg" border="0" width="100" height="70" class="border-menu"><br>');

document.write('Advertising Opportunities</a><br><br>');





document.write('</td></tr></table>');





document.write('<TABLE width="100%" cellpadding="3" cellspacing="5" border="0"><tr><td width="33%" valign="top" align="center">');









// START MENUS - copy and paste any line to add another button



document.write('<a href="GRAPHIC_LOGO_index.html" class="right-menu">Corporate Logo</a>');



document.write('<a href="Us.htm" class="right-menu">About Us</a>');



document.write('<a href="NO_SOUND_index.html" class="right-menu">Mute</a>');





document.write('<br>');



// START SOUND PAGE MENU



document.write('<a href="video-1.htm" class="right-menu">Oregon</a>');



document.write('<a href="video-2.htm" class="right-menu">Ultrawideband</a>');



document.write('<a href="video-3.htm" class="right-menu">Ultrawideband</a>');



document.write('<a href="video-4.htm" class="right-menu">Worldwide</a>');





document.write('<br>');





document.write('<a href="javascript:popUpSlideshow(\'slideshow.htm\')" class="right-menu">Slideshow</a><br>');













document.write('</td></tr></table>');

document.write('</div>');





//  End -->