//v1.1
//Copyright 2006 Adobe Systems, Inc. All rights reserved.


function RunMenu()
{


if (navigator.userAgent.match(/(iPad)|(iPhone)|(iPod)/i)) 
	{
      document.write('<img src="images/menu.jpg" width="121" height="392" hspace="0" vspace="0" border="0" align="left" usemap="#menumap"> ');
    
    document.write('<map name="menumap">');
    document.write('  <area shape="rect" coords="0,8,121,39" href="demos.htm" alt="demos" />');
    document.write('  <area shape="rect" coords="0,42,121,73" href="bio.htm" alt="bio" />');
    document.write('  <area shape="rect" coords="0,77,121,108" href="appearances.htm" alt="appearances" />');
    document.write('  <area shape="rect" coords="0,111,121,142" href="vox.htm" alt="vox" />');
    document.write('  <area shape="rect" coords="0,145,121,175" href="clips.htm" alt="clips" />');
    document.write('  <area shape="rect" coords="0,178,121,210" href="links.htm" alt="links" />');
    document.write('  <area shape="rect" coords="0,213,121,244" href="voclass.htm" alt="voclass" />');
    document.write('  <area shape="rect" coords="0,248,121,279" href="resume.htm" alt="resume" />');
    document.write('  <area shape="rect" coords="0,282,121,313" href="faq.htm" alt="faq" />');
    document.write('  <area shape="rect" coords="0,316,121,347" target="_blank" href="http://bobbergen.com/onemanshow/index.htm" alt="one man show" />');
    document.write('  <area shape="rect" coords="0,351,121,380" href="contacts.htm" alt="contacts" />');
    document.write('</map>');
    
  
    
	}
else
	{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="128" height="470" id="menu" align="middle">\n');
    document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
    document.write('<param name="movie" value="flash/menu.swf" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<param name="bgcolor" value="#000000" />\n');
    document.write('<embed src="flash/menu.swf" quality="high" bgcolor="#000000" width="128" height="470" name="menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
    document.write('</object>\n');
	}
}

