
function lefttable()
{
document.write('<table border="0" width="100%" cellspacing="0" cellpadding="0"><tr>');
document.write('<td width="100%"><img border="0" src="../menu_gifs/jou.gif" width="128" height="13"></td></tr><tr>');

document.write('<td width="100%"><a href="../Newsstand/newsstand.asp"><img name="newsstand" img border="0" src="../menu_gifs/newsstand1.gif" width="128" height="13" onMouseOver="blub(\'newsstand\',\'newsstand2\')" onMouseOut="blub(\'newsstand\',\'newsstand1\')"></a></td></tr><tr>');

document.write('<td width="100%"><a href="../Forms/websub.asp"><img name="por" img border="0" src="../menu_gifs/por1.gif" width="128" height="13" onMouseOver="blub(\'por\',\'por2\')" onMouseOut="blub(\'por\',\'por1\')"></a></td></tr><tr>');
document.write('<td width="100%"><a href="../Forms/subscr1.asp"><img name="adv" img border="0" src="../menu_gifs/adv1.gif" width="128" height="13" onMouseOver="blub(\'adv\',\'adv2\')"  onMouseOut="blub(\'adv\',\'adv1\')"></a></td></tr><tr>');
document.write('<td width="100%"><a href="../Findfree/ffree.asp"><img name="ffr" img border="0" src="../menu_gifs/ffr1.gif" width="128" height="13" onMouseOver="blub(\'ffr\',\'ffr2\')" onMouseOut="blub(\'ffr\',\'ffr1\')"></a></td></tr><tr>');
document.write('<td width="100%"><a href="../Jobs/jobs.asp"><img name="pos" img border="0" src="../menu_gifs/pos1.gif" width="128" height="13" onMouseOver="blub(\'pos\',\'pos2\')"  onMouseOut="blub(\'pos\',\'pos1\')"></a></td></tr><tr>');
document.write('<td width="100%"><a href="../Jobs/searchjobs.asp"><img name="smjobs" img border="0" src="../menu_gifs/smjobs1.gif" width="128" height="13" onMouseOver="blub(\'smjobs\',\'smjobs2\')"  onMouseOut="blub(\'smjobs\',\'smjobs1\')"></a></td></tr><tr>');
document.write('<td width="100%"><img border="0" src="../menu_gifs/pho.gif" width="128" height="13"></td></tr><tr>');
document.write('<td width="100%"><a href="../Forms/websub.asp"><img name="bpp" img border="0" src="../menu_gifs/bpp1.gif" width="128" height="13" onMouseOver="blub(\'bpp\',\'bpp2\')" onMouseOut="blub(\'bpp\',\'bpp1\')"></a></td></tr><tr>');
document.write('<td width="100%"><a href="../Royal/royal.htm"><img name= "rfree" img border="0" src="../menu_gifs/rfree1.gif" width="128" height="13" onMouseOver="blub(\'rfree\',\'rfree2\')" onMouseOut="blub(\'rfree\',\'rfree1\')"></a></td></tr><tr>');
document.write('<td width="100%"><a href="../Price/price.htm"><img name="price" img border="0" src="../menu_gifs/price1.gif" width="128" height="13" onMouseOver="blub(\'price\',\'price2\')"          onMouseOut="blub(\'price\',\'price1\')"></a></td></tr><tr>');
document.write('<td width="100%"><a href="../Licence/licence.htm"><img name="lice" img border="0" src="../menu_gifs/lice1.gif" width="128" height="13" onMouseOver="blub(\'lice\',\'lice2\')" onMouseOut="blub(\'lice\',\'lice1\')"></a></td></tr><tr>');
document.write('<td width="100%"><a href="../exhibit/exh.htm"><img name="exh" img border="0" src="../menu_gifs/exh1.gif" width="128" height="13" onMouseOver="blub(\'exh\',\'exh2\')" onMouseOut="blub(\'exh\',\'exh1\')"></a></td></tr><tr>');
document.write('<td width="100%"><a href="../pmonth/fotomonth.htm"><img name="month" img border="0" src="../menu_gifs/month1.gif" width="128" height="13" onMouseOver="blub(\'month\',\'month2\')" onMouseOut="blub(\'month\',\'month1\')"></a></td></tr><tr>');
document.write('<td width="100%"><a href="../techno/techno.htm"><img name="ptnews" img border="0" src="../menu_gifs/ptnews1.gif" width="128" height="13" onMouseOver="blub(\'ptnews\',\'ptnews2\')" onMouseOut="blub(\'ptnews\',\'ptnews1\')"></a></td></tr><tr>');
document.write('<td width="100%"><img border="0" src="../menu_gifs/memb.gif" width="128" height="13"></td></tr><tr>');

document.write('<td width="100%"><a href="../pass/members.asp"><img name= "myp" img border="0" src="../menu_gifs/myp1.gif" width="128" height="13" onMouseOver="blub(\'myp\',\'myp2\')" onMouseOut="blub(\'myp\',\'myp1\')"></a></td></tr><tr>');

document.write('</tr><tr><td width="100%"></td></tr></table>');
}

if (document.images) {
newsstand1 = new Image();
newsstand1.src = "../menu_gifs/newsstand1.gif";
newsstand2 = new Image();
newsstand2.src = "../menu_gifs/newsstand2.gif";

por1 = new Image();
por1.src = "../menu_gifs/por1.gif";
por2 = new Image();
por2.src = "../menu_gifs/por2.gif";

browp1 = new Image();
browp1.src = "../menu_gifs/browp1.gif";
browp2 = new Image();
browp2.src = "../menu_gifs/browp2.gif";

adv1 = new Image();
adv1.src = "../menu_gifs/adv1.gif";
adv2 = new Image();
adv2.src = "../menu_gifs/adv2.gif";

ffr1 = new Image();
ffr1.src = "../menu_gifs/ffr1.gif";
ffr2 = new Image();
ffr2.src = "../menu_gifs/ffr2.gif";

pos1 = new Image();
pos1.src = "../menu_gifs/pos1.gif";
pos2 = new Image();
pos2.src = "../menu_gifs/pos2.gif";

smjobs1 = new Image();
smjobs1.src = "../menu_gifs/smjobs1.gif";
smjobs2 = new Image();
smjobs2.src = "../menu_gifs/smjobs2.gif";

bpp1 = new Image();
bpp1.src = "../menu_gifs/bpp1.gif";
bpp2 = new Image();
bpp2.src = "../menu_gifs/bpp2.gif";

rfree1 = new Image();
rfree1.src = "../menu_gifs/rfree1.gif";
rfree2 = new Image();
rfree2.src = "../menu_gifs/rfree2.gif";

price1 = new Image();
price1.src = "../menu_gifs/price1.gif";
price2 = new Image();
price2.src = "../menu_gifs/price2.gif";

spec1 = new Image();
spec1.src = "../menu_gifs/spec1.gif";
spec2 = new Image();
spec2.src = "../menu_gifs/spec2.gif";

lice1 = new Image();
lice1.src = "../menu_gifs/lice1.gif";
lice2 = new Image();
lice2.src = "../menu_gifs/lice2.gif";

exh1 = new Image();
exh1.src = "../menu_gifs/exh1.gif";
exh2 = new Image();
exh2.src = "../menu_gifs/exh2.gif";

month1 = new Image();
month1.src = "../menu_gifs/month1.gif";
month2 = new Image();
month2.src = "../menu_gifs/month2.gif";

ptnews1 = new Image();
ptnews1.src = "../menu_gifs/ptnews1.gif";
ptnews2 = new Image();
ptnews2.src = "../menu_gifs/ptnews2.gif";

myp1 = new Image();
myp1.src = "../menu_gifs/myp1.gif";
myp2 = new Image();
myp2.src = "../menu_gifs/myp2.gif";
}

function blub()
{
  if (document.images)
  {
    for (var i=0; i<blub.arguments.length; i+=2)
	{
      document[blub.arguments[i]].src = eval(blub.arguments[i+1] + ".src")
    }
  }
}