
function MM_swapImgRestore() 
{ //v3.0
  
   var i,x,a=document.MM_sr; 
   for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++)
      x.src=x.oSrc;

}

function MM_preloadImages() 
{ //v3.0
  
   var d=document;
   if(d.images)
   { 
      if(!d.MM_p) d.MM_p=new Array();

         var i,j=d.MM_p.length,a=MM_preloadImages.arguments; 
      for(i=0; i<a.length; i++)
    
        if (a[i].indexOf("#")!=0)
        { 
           d.MM_p[j]=new Image;
           d.MM_p[j++].src=a[i];
        }
   }

}


function MM_findObj(n, d)
{ //v4.01
  
   var p,i,x;
   if(!d) 
      d=document; 
   if((p=n.indexOf("?"))>0&&parent.frames.length) 
   {

      d=parent.frames[n.substring(p+1)].document;
      n=n.substring(0,p);
   }

  if(!(x=d[n])&&d.all)
     x=d.all[n];
  for (i=0;!x&&i<d.forms.length;i++)
     x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++)
     x=MM_findObj(n,d.layers[i].document);

  if(!x && d.getElementById)
     x=d.getElementById(n);
  return x;

}


function MM_swapImage()
{ //v3.0
  
   var i,j=0,x,a=MM_swapImage.arguments;
   document.MM_sr=new Array;
   for(i=0;i<(a.length-2);i+=3)

      if ((x=MM_findObj(a[i]))!=null)
      {
         document.MM_sr[j++]=x;
         if(!x.oSrc) x.oSrc=x.src;
            x.src=a[i+2];
      }

}
function showmenu(elmnt)
{
   document.getElementById(elmnt).style.visibility="visible";
 }
function hidemenu(elmnt)
{
   document.getElementById(elmnt).style.visibility="hidden";
}


function loadNavBar(path)
{
var path_name;
if (path == 1)
	path_name = "";
else if (path == 2)
	path_name = "../";
else if (path == 3)
	path_name = "../../";
else if (path == 4)
	path_name = "../../../";
		
var navigation = "";
navigation +='      <table class="navbar" border="0" cellspacing="0" align="center" cellpadding="0";>';
navigation +='         <tr bgcolor=#ffffff>';
navigation +='            <td onmouseover="MM_swapImage(\'nav_home\',\'\',\''+path_name+'images/navigation/topnav_home_f2.gif\',1);" onmouseout="MM_swapImgRestore();">';
navigation +='               <a href="'+path_name+'home.html"><img name=nav_home class="imglinks" src="'+path_name+'images/navigation/topnav_home.gif" /></a>';
navigation +='            </td>';
navigation +='            <td onmouseover="showmenu(\'artist\');MM_swapImage(\'nav_artist\',\'\',\''+path_name+'images/navigation/topnav_artist_f2.gif\',1);" onmouseout="hidemenu(\'artist\');MM_swapImgRestore();">';
navigation +='               <img name=nav_artist class="imglinks" src="'+path_name+'images/navigation/topnav_artist.gif" />';
navigation +='               <table class="mainmenu" id="artist" width="140" cellspacing="0" cellpadding="0px">';
navigation +='                  <tr><td class="menu"><a class="navlink" style="font-weight:bold;font-size:8pt;">&nbsp;SERIES TWO</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_aroe.html">&nbsp;&nbsp;&nbsp;Aroe</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_chaz.html">&nbsp;&nbsp;&nbsp;Chaz</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_ewok.html">&nbsp;&nbsp;&nbsp;Ewok</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_rime.html">&nbsp;&nbsp;&nbsp;Rime</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_suiko.html">&nbsp;&nbsp;&nbsp;Suiko</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_tenga.html">&nbsp;&nbsp;&nbsp;Tenga</a></td></tr>';
navigation +='';
navigation +='		  	        <tr><td class="menu"><a class="navlink" style="font-weight:bold;font-size:8pt;">&nbsp;SERIES ONE</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_daily.html">&nbsp;&nbsp;&nbsp;Steven J. Daily</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_flores.html">&nbsp;&nbsp;&nbsp;David P. Flores</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_mear.html">&nbsp;&nbsp;&nbsp;Mear One</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_simkins.html">&nbsp;&nbsp;&nbsp;Greg "Craola" Simkins</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'artists/artist_slick.html">&nbsp;&nbsp;&nbsp;Slick</a></td></tr>';
navigation +='';
navigation +='               </table>';
navigation +='            </td>';
navigation +='            <td onmouseover="showmenu(\'buildingbloc\');MM_swapImage(\'nav_buildingbloc\',\'\',\''+path_name+'images/navigation/topnav_building_f2.gif\',1);" onmouseout="hidemenu(\'buildingbloc\');MM_swapImgRestore();">';
navigation +='               <a href="'+path_name+'buildingbloc.html"><img name=nav_buildingbloc class="imglinks" src="'+path_name+'images/navigation/topnav_building.gif" /></a>';
navigation +='               <table class="mainmenu" id="buildingbloc" width="140" cellspacing="0" cellpadding="0px">';
navigation +='               </table>';
navigation +='            </td>';
navigation +='            <td onmouseover="showmenu(\'products\');MM_swapImage(\'nav_pb\',\'\',\''+path_name+'images/navigation/topnav_products_f2.gif\',1);" onmouseout="hidemenu(\'products\');MM_swapImgRestore();">';
navigation +='            <img name=nav_pb class="imglinks" src="'+path_name+'images/navigation/topnav_products.gif" />';
navigation +='               <table class="mainmenu" id="products" width="140" cellspacing="0" cellpadding="0px">';
navigation +='                  <tr><td class="menu"><a class="navlink" style="font-weight:bold;font-size:8pt;">&nbsp;SERIES TWO</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'products/products_accessories.html">&nbsp;&nbsp;&nbsp;Accessories</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'products/products_apparel.html">&nbsp;&nbsp;&nbsp;Apparel</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'products/products_caps.html">&nbsp;&nbsp;&nbsp;Caps</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'products/products_guitar.html">&nbsp;&nbsp;&nbsp;Guitars</a></td></tr>';
navigation +='                  <tr><td class="menu"><a class="navlink" href="'+path_name+'products/products_vinyls.html">&nbsp;&nbsp;&nbsp;Vinyls</a></td></tr>';
navigation +='		  	        <tr><td class="menu"><a class="navlink" href="'+path_name+'products/products.html" style="font-weight:bold;font-size:8pt;">&nbsp;SERIES ONE</a></td></tr>';
navigation +='               </table>';
navigation +='            </td>';
navigation +='            <td onmouseover="showmenu(\'locations\');MM_swapImage(\'nav_locations\',\'\',\''+path_name+'images/navigation/topnav_locations_f2.gif\',1);" onmouseout="hidemenu(\'locations\');MM_swapImgRestore();">';
navigation +='               <a href="'+path_name+'stores.html"><img name=nav_locations class="imglinks" src="'+path_name+'images/navigation/topnav_locations.gif" /></a>';
navigation +='               <table class="mainmenu" id="locations" width="140" cellspacing="0" cellpadding="0px">';
navigation +='               </table>';

var x = document.getElementById("myNavBar").innerHTML = navigation;
}

