if (typeof pulldownRelDir=="undefined") pulldownRelDir="./";
allMenus=new Array("menu_artists", "menu_about"); // Drop this into the Javascript code
var imageDir=pulldownRelDir+'images/';

master=document.getElementById("plate");
a=document.createElement("div");
a.setAttribute("id", "menu0");
a.className="menu0";

// menu0_0, Home (./index.html)
p=document.createElement("div");
p.setAttribute("id", "menu0_0");
p.className="submenu0";
p.onclick=function() { location.href=pulldownRelDir+"index.html"; }
p.onmouseover=function () { highlight('button_img_0_0', 'button_1_over.jpg'); cancelCollapse(); rossConceal('menu_artists', 'menu_about'); }
p.onmouseout=function() { scheduleCollapse(); highlight('button_img_0_0', 'button_1.jpg'); }
pp=document.createElement("img");
pp.src=pulldownRelDir+"images/button_1.jpg";
pp.setAttribute("id", "button_img_0_0");
pp.setAttribute("alt", "Home");
p.appendChild(pp);
a.appendChild(p);

// menu0_1, About Us (./about.html)
p=document.createElement("div");
p.setAttribute("id", "menu0_1");
p.className="submenu0";
p.onclick=function() { location.href=pulldownRelDir+"about.html"; }
p.onmouseover=function () { highlight('button_img_0_1', 'button_2_over.jpg'); cancelCollapse(); locateMenuSouth('menu_about', 'menu0_1', 'menu0'); rossReveal('menu_about'); rossConceal('menu_artists'); }
p.onmouseout=function() { scheduleCollapse(); highlight('button_img_0_1', 'button_2.jpg'); }
pp=document.createElement("img");
pp.src=pulldownRelDir+"images/button_2.jpg";
pp.setAttribute("id", "button_img_0_1");
pp.setAttribute("alt", "About Us");
p.appendChild(pp);
a.appendChild(p);

// menu0_2, Artists (./artists.html)
p=document.createElement("div");
p.setAttribute("id", "menu0_2");
p.className="submenu0";
p.onclick=function() { location.href=pulldownRelDir+"artists.html"; }
p.onmouseover=function () { highlight('button_img_0_2', 'button_3_over.jpg'); cancelCollapse(); locateMenuSouth('menu_artists', 'menu0_2', 'menu0'); rossReveal('menu_artists'); rossConceal('menu_about'); }
p.onmouseout=function() { scheduleCollapse(); highlight('button_img_0_2', 'button_3.jpg'); }
pp=document.createElement("img");
pp.src=pulldownRelDir+"images/button_3.jpg";
pp.setAttribute("id", "button_img_0_2");
pp.setAttribute("alt", "Artists");
p.appendChild(pp);
a.appendChild(p);

// menu0_3, Gallery (./gallery.php)
p=document.createElement("div");
p.setAttribute("id", "menu0_3");
p.className="submenu0";
p.onclick=function() { location.href=pulldownRelDir+"gallery.php"; }
p.onmouseover=function () { highlight('button_img_0_3', 'button_4_over.jpg'); cancelCollapse(); rossConceal('menu_artists', 'menu_about'); }
p.onmouseout=function() { scheduleCollapse(); highlight('button_img_0_3', 'button_4.jpg'); }
pp=document.createElement("img");
pp.src=pulldownRelDir+"images/button_4.jpg";
pp.setAttribute("id", "button_img_0_3");
pp.setAttribute("alt", "Gallery");
p.appendChild(pp);
a.appendChild(p);

// menu0_4, Press (./press.html)
p=document.createElement("div");
p.setAttribute("id", "menu0_4");
p.className="submenu0";
p.onclick=function() { location.href=pulldownRelDir+"press.html"; }
p.onmouseover=function () { highlight('button_img_0_4', 'button_5_over.jpg'); cancelCollapse(); rossConceal('menu_artists', 'menu_about'); }
p.onmouseout=function() { scheduleCollapse(); highlight('button_img_0_4', 'button_5.jpg'); }
pp=document.createElement("img");
pp.src=pulldownRelDir+"images/button_5.jpg";
pp.setAttribute("id", "button_img_0_4");
pp.setAttribute("alt", "Press");
p.appendChild(pp);
a.appendChild(p);

// menu0_5, Contact Us (./contact.php)
p=document.createElement("div");
p.setAttribute("id", "menu0_5");
p.className="submenu0";
p.onclick=function() { location.href=pulldownRelDir+"contact.php"; }
p.onmouseover=function () { highlight('button_img_0_5', 'button_6_over.jpg'); cancelCollapse(); rossConceal('menu_artists', 'menu_about'); }
p.onmouseout=function() { scheduleCollapse(); highlight('button_img_0_5', 'button_6.jpg'); }
pp=document.createElement("img");
pp.src=pulldownRelDir+"images/button_6.jpg";
pp.setAttribute("id", "button_img_0_5");
pp.setAttribute("alt", "Contact Us");
p.appendChild(pp);
a.appendChild(p);

master.appendChild(a);
a=document.createElement("div");
a.setAttribute("id", "menu_artists");
a.className="menu-about";

// menu1_0, Meet the Artists (./artists.html)
p=document.createElement("div");
p.setAttribute("id", "menu1_0");
p.className="submenu1";
p.onclick=function() { location.href=pulldownRelDir+"artists.html"; }
p.onmouseover=function () { correctWidth(this.id); highlight('menu1_0', '#351D09', 'button_img_0_2', 'button_3_over.jpg'); cancelCollapse(); rossConceal('menu_about');}
p.onmouseout=function () { scheduleCollapse(); highlight('menu1_0', 'transparent', 'button_img_0_2', 'button_3.jpg'); }
pp=document.createElement("span");
pp.className="submenu1_link";
pp.appendChild(document.createTextNode("Meet the Artists"));
p.appendChild(pp);
a.appendChild(p);

// menu1_1, Certifications (./artists-certifications.html)
p=document.createElement("div");
p.setAttribute("id", "menu1_1");
p.className="submenu1";
p.onclick=function() { location.href=pulldownRelDir+"artists-certifications.html"; }
p.onmouseover=function () { correctWidth(this.id); highlight('menu1_1', '#351D09', 'button_img_0_2', 'button_3_over.jpg'); cancelCollapse(); rossConceal('menu_about');}
p.onmouseout=function () { scheduleCollapse(); highlight('menu1_1', 'transparent', 'button_img_0_2', 'button_3.jpg'); }
pp=document.createElement("span");
pp.className="submenu1_link";
pp.appendChild(document.createTextNode("Certifications"));
p.appendChild(pp);
a.appendChild(p);

master.appendChild(a);
a=document.createElement("div");
a.setAttribute("id", "menu_about");
a.className="menu-about";

// menu2_0, About Studio Eighteen (./about.html)
p=document.createElement("div");
p.setAttribute("id", "menu2_0");
p.className="submenu1";
p.onclick=function() { location.href=pulldownRelDir+"about.html"; }
p.onmouseover=function () { correctWidth(this.id); highlight('menu2_0', '#351D09', 'button_img_0_1', 'button_2_over.jpg'); cancelCollapse(); }
p.onmouseout=function () { scheduleCollapse(); highlight('menu2_0', 'transparent', 'button_img_0_1', 'button_2.jpg'); }
pp=document.createElement("span");
pp.className="submenu1_link";
pp.appendChild(document.createTextNode("About Studio Eighteen"));
p.appendChild(pp);
a.appendChild(p);

// menu2_1, Working with Studio Eighteen (./about-work-with-us.html)
p=document.createElement("div");
p.setAttribute("id", "menu2_1");
p.className="submenu1";
p.onclick=function() { location.href=pulldownRelDir+"about-work-with-us.html"; }
p.onmouseover=function () { correctWidth(this.id); highlight('menu2_1', '#351D09', 'button_img_0_1', 'button_2_over.jpg'); cancelCollapse(); }
p.onmouseout=function () { scheduleCollapse(); highlight('menu2_1', 'transparent', 'button_img_0_1', 'button_2.jpg'); }
pp=document.createElement("span");
pp.className="submenu1_link";
pp.appendChild(document.createTextNode("Working with Studio Eighteen"));
p.appendChild(pp);
a.appendChild(p);

// menu2_2, Meet the Artists (./artists.html)
p=document.createElement("div");
p.setAttribute("id", "menu2_2");
p.className="submenu1";
p.onclick=function() { location.href=pulldownRelDir+"artists.html"; }
p.onmouseover=function () { correctWidth(this.id); highlight('menu2_2', '#351D09', 'button_img_0_1', 'button_2_over.jpg'); cancelCollapse(); }
p.onmouseout=function () { scheduleCollapse(); highlight('menu2_2', 'transparent', 'button_img_0_1', 'button_2.jpg'); }
pp=document.createElement("span");
pp.className="submenu1_link";
pp.appendChild(document.createTextNode("Meet the Artists"));
p.appendChild(pp);
a.appendChild(p);

// menu2_3, Certifications (./artists-certifications.html)
p=document.createElement("div");
p.setAttribute("id", "menu2_3");
p.className="submenu1";
p.onclick=function() { location.href=pulldownRelDir+"artists-certifications.html"; }
p.onmouseover=function () { correctWidth(this.id); highlight('menu2_3', '#351D09', 'button_img_0_1', 'button_2_over.jpg'); cancelCollapse(); }
p.onmouseout=function () { scheduleCollapse(); highlight('menu2_3', 'transparent', 'button_img_0_1', 'button_2.jpg'); }
pp=document.createElement("span");
pp.className="submenu1_link";
pp.appendChild(document.createTextNode("Certifications"));
p.appendChild(pp);
a.appendChild(p);

// menu2_4, Press (./press.html)
p=document.createElement("div");
p.setAttribute("id", "menu2_4");
p.className="submenu1";
p.onclick=function() { location.href=pulldownRelDir+"press.html"; }
p.onmouseover=function () { correctWidth(this.id); highlight('menu2_4', '#351D09', 'button_img_0_1', 'button_2_over.jpg'); cancelCollapse(); }
p.onmouseout=function () { scheduleCollapse(); highlight('menu2_4', 'transparent', 'button_img_0_1', 'button_2.jpg'); }
pp=document.createElement("span");
pp.className="submenu1_link";
pp.appendChild(document.createTextNode("Press"));
p.appendChild(pp);
a.appendChild(p);

master.appendChild(a);

forcedWidth=new Array();
forcedWidth["menu0_1"]=42;
forcedWidth["menu0_2"]=42;

preloadImage=new Array("button_1_over.jpg", "button_2_over.jpg", "button_3_over.jpg", "button_4_over.jpg", "button_5_over.jpg", "button_6_over.jpg");

