
//   if (document.layers) { document.location = "http://www.rainbo.net/ns4.html"; }


   function namePlate()
   {
     alert("Rainbo Animation Art\n5405 Cumberland Road\n" +
"Minneapolis, MN 55410-2525\n612-408-4057\n" +
"from 9AM to 5PM Central time\n\n" +
"Thanks for stopping by!");
   }


// popAd globals
   var popup = "";       // init popup window variable
   var hasCode = false;  // show popup window closed
//

  function popAd(form) {
    popup = window.open("","","height=150,width=200,scrollbars=0,menubar=0");
    popup.document.open();
    popup.document.writeln("<html><body bgcolor='skyblue' onblur='self.close();'>\r");
    popup.document.writeln("<img src=\"pics/new.gif\" align=\"left\" alt=\"\" />");
    popup.document.writeln("</body></html>");
    popup.document.close();
      } // end popAd

function menuLink(linkURL, shinePic, unShinePic, picName, altMessage) {
  document.write("<a href=\"" + linkURL + "\" onmouseover=\"shine('" + shinePic +
   "', '" + picName + "')\" onmouseout=\"unshine('" + unShinePic + "', '" + picName +
   "')\">");
  document.write("<img src=\"" + unShinePic + "\" width=\"160\" height=\"20\"" +
   " border=\"0\" vspace=\"0\" name=\"" + picName + "\" alt=\"" + altMessage +
   "\" title=\"" + altMessage + "\" /></a>");
  }

function xxmenuLink(linkURL, shinePic, unShinePic, picName, altMessage) {
  newCgi = "javascript:document.location='cgi-bin/clickLink.cgi?new_Page=";
  linkURL = newCgi + linkURL + "'";
  document.write("<a href=\"" + linkURL + "\" onmouseover=\"shine('" + shinePic +
   "', '" + picName + "')\" onmouseout=\"unshine('" + unShinePic + "', '" + picName +
   "')\">");
  document.write("<img src=\"" + unShinePic + "\" width=\"160\" height=\"20\"" +
   " border=\"0\" vspace=\"0\" name=\"" + picName + "\" alt=\"" + altMessage +
   "\" title=\"" + altMessage + "\" /></a>");
  }

function titleBarPatch() {
// just moving some JavaScript off-page
  document.write("<a href=\"javascript: popHelp();\" onmouseover=\"qmbar.src='pics/qmbar2.gif';\" onmouseout=\"qmbar.src='pics/qmbar1.gif';\">");
  document.write("<img src=\"pics/qmbar1.gif\" border=\"0\" width=\"30\" height=\"20\" alt=\"Help\" title=\"Help\" name=\"qmbar\" /></a></td>");

   if (cartOK) {  // can't view cart without cookies and JavaScript
  document.write("<td bgcolor=\"red\" width=\"30\"><a href=\"" + processPath + "?command=ViewCart&amp;thisPage=" + document.location + "\" ");
  document.write("onmouseover=\"cartbar.src='pics/cartbar2.gif';\" onmouseout=\"cartbar.src='pics/cartbar1.gif';\"><img src=\"pics/cartbar1.gif\" border=\"0\" width=\"30\" height=\"20\" title=\"View Your Shopping Cart\" alt=\"View Your Shopping Cart\" name=\"cartbar\" /></a>");
   }

 } // end mainPatch
