page_name="lYLilach";
basedir="/YLilach/";

function Navlinks( href, blurb, icon, text )
{
   this.href = href;
   this.blurb = blurb;
   this.icon = icon;
   this.text = text;
}

navlinks = new Array(
 new Navlinks(basedir+"intro.html", "Information about Yoram Lilach", "/intro3.gif", "/introt.gif"),
 new Navlinks(basedir+"more.html", "Read more about Yoram Lilach", "/article3.gif", "/articlet.gif"),
 new Navlinks(basedir+"bio.html", "See Yoram Lilach\'s resume", "/bio3.gif", "/biot.gif"),
 new Navlinks(basedir+"gallery.html", "See Yoram Lilach\'s work", "/gallery3.gif", "/galleryt.gif") ,
 new Navlinks("mailto:yoram-lilach@bigfoot.com", "Send email to the artist (mailto:yoram_li@netvision.net.il)", "/mail3.gif", "/mailt.gif") );

