    AddMenu("1"  ,  "1"   ,  "BEGINPAGINA"  ,  ""  ,  ""  , "http://users.skynet.be/fa826980/index.htm");
    AddMenu("2"  ,  "2"   ,  "SCHILDEREN" ,  ""  ,  ""  , "http://users.skynet.be/fa826980/schilderen.htm");
    AddMenu("3"  ,  "3"  ,   "VAKANTIE" ,  ""  ,  ""  , "http://users.skynet.be/fa826980/cursus.htm");   
    AddMenu("4"  ,  "4"   ,  "GALERIJ" ,  ""  ,  "","http://users.skynet.be/fa826980/schilderijen.htm");
    AddMenu("5"  ,  "5"   ,  "WORKSHOPS" ,  ""  ,  "","http://users.skynet.be/fa826980/workshops.htm");
    AddMenu("6"  ,  "6"   ,  "ELFENFESTIVAL" ,  ""  ,  "","http://users.skynet.be/fa826980/elfen.htm");
    AddMenu("7" ,  "7"  ,   "E-MAIL"          ,  ""  ,  ""  , "mailto:ria.nys@skynet.be");
    AddMenu("8" ,  "8" ,   "LINKS"          ,  ""  ,  ""  , "http://www.farma-natura.be/ria_nys/links.php");
    AddMenu("9" ,  "9" ,   "DE WEG"          ,  ""  ,  ""  , "http://users.skynet.be/fa826980/wegbeschrijving.htm");     

    Build(); 


var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/3 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}