    window.onerror=null;
     
    function baseHREF() 
     { pathURL=window.location+'';    //little bug with URLs and strings
       pathDir=pathURL.lastIndexOf('/',pathURL.length);
       pathBase=pathURL.substring(0,pathDir+1);
       return pathBase;
      };

    function show(sign) 
     { page='<BASE HREF = "' + baseHREF() + '">'+
            '\n<HTML>\n <HEAD>\n  <TITLE>wo bin ich?</TITLE>\n <HEAD>'+
            '\n <BODY bgcolor="#666699" text="#FFFFFF" link="#FFCC00" vlink="#FFFF00" background="bg/aw-l.gif">'+
            '\n  <IMG SRC="buttons/n'+sign+'-h.gif" name="dosamma" width=160 height=54>'+
            '\n </BODY>'+
            '\n</HTML>';  
         // alert(page);     
         parent.wgw.location ='javascript: parent.bttm.page';
      };

    function switchframes(lft,main)
     { parent.frames[0].location.href='/cgi-bin/oriental.cgi?tgt='+lft;
       parent.frames[1].location.href=main;
      };
