page_name="lPGolan";
basedir="/PGolan/";

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 Pinhas Golan", "/intro3.gif", "/introt.gif"),*/
 new Navlinks(basedir+"reviews.html", "Read reviews on Pinhas Golan\'s work.", "/brush3.gif", "/reviewst.gif"),
 new Navlinks(basedir+"blockedgate.html", "Read about \'The Blocked Gate\'", "/article3.gif", "/articlet.gif"),
 new Navlinks(basedir+"bio.html", "See Pinhas Golan\'s resume", "/bio3.gif", "/biot.gif"),
 new Navlinks(basedir+"gallery.html", "See Pinhas Golan\'s work", "/gallery3.gif", "/galleryt.gif") );




