if (((navigator.appName=="Netscape")&&(parseFloat(navigator.appVersion)>=4)) || ((navigator.appName=="Microsoft Internet Explorer")&&(parseFloat(navigator.appVersion)>=4)))
 {
  if (typeof(parent.framevar)=='undefined') {
    document.write("<FONT FACE=ARIAL><CENTER><B>Please wait while we load our navigation page.</B></CENTER></FONT><!--");
//    document.location.href="/home/index.htm?"+gowhere;
    document.location.href="artcatalog.html?"+document.location.href;
  }
 }