document.writeln('<TABLE BORDER="1" ALIGN = "CENTER"><TR>');
for (y=0;y<=outmax;y++)
	{if (y!=id)
         document.writeln('<TD><A HREF="',outpage[y],'">',Outpage[y],'</A></TD>')}
document.writeln('</TR></TABLE><P>');
