page_name="lOAbrahami";
basedir="/OAbrahami/";

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 Ora Abrahami", "/intro3.gif", "/introt.gif"),*/
 new Navlinks(basedir+"more.html", "Read more about Ora Abrahami", "/article3.gif", "/articlet.gif"),
 new Navlinks(basedir+"bio.html", "See Ora Abrahami\'s resume", "/bio3.gif", "/biot.gif"),
 new Navlinks(basedir+"gallery.html", "See Ora Abrahami\'s work", "/gallery3.gif", "/galleryt.gif") );




