function makemenu(whichpage)
{
menulink = new Array(17);
menulink[1]="webpm.html";
menulink[2]="webin.html";
menulink[3]="websp.html";
menulink[4]="webap.html";
menulink[5]="websop.html";
menulink[6]="webcf.html";
menulink[7]="webaw.html";
menulink[8]="webse.html";
menulink[9]="webre.html";
menulink[10]="webid.html";
menulink[11]="webgi.html";
menulink[12]="weban.html";
menulink[13]="webac.html";
menulink[14]="webtr.html";
menulink[15]="websc.html";
menulink[16]="webil.html";
menulink[17]="index.html";

menuimg = new Array(17);
menuimg[1]="butpm.gif";
menuimg[2]="butin.gif";
menuimg[3]="butsp.gif";
menuimg[4]="butap.gif";
menuimg[5]="butsop.gif";
menuimg[6]="butcf.gif";
menuimg[7]="butaw.gif";
menuimg[8]="butse.gif";
menuimg[9]="butre.gif";
menuimg[10]="butid.gif";
menuimg[11]="butgi.gif";
menuimg[12]="butan.gif";
menuimg[13]="butac.gif";
menuimg[14]="buttr.gif";
menuimg[15]="butsc.gif";
menuimg[16]="butil.gif";
menuimg[17]="butho.gif";

 for (count=1;count<=17;count++)
  if (count==whichpage) {document.write('<IMG src='+menuimg[count]+'><BR>')} else
   {document.write('<A href='+menulink[count]+'><IMG src='+menuimg[count]+' border=0></A><BR>')}
}

function winopen()
{
window.open("frame.html","NewWindows","toolbar=no,width=448,height=360,scrollbars=no,menubar=no")
}

