function show ()
{
var showtext = new Array(30)
var showlink = new Array(30)
var i;
var max=12;   //³Ì¤j­È

showtext[0] = 'Home'
showtext[1] = 'Online Tool'
showtext[9] = 'TopSites'
showtext[2] = 'Clip Art'
showtext[5] = '3D Gallery'
showtext[3] = 'Web Buttons'
showtext[4] = 'Animations'
showtext[7] = 'Public Gallery'
showtext[8] = 'Spotlight Images'
showtext[10] = 'Favicon'
showtext[11] = 'Photography'
showtext[6] = 'Wallpaper'



showlink[0] = 'http://www.prodraw.net'
showlink[1] = 'http://www.prodraw.net/online-tool/'
showlink[9] = 'http://www.prodraw.net/topsite/autorank.html'
showlink[2] = 'http://www.prodraw.net/cartoon/'
showlink[5] = 'http://www.prodraw.net/gallery/'
showlink[3] = 'http://www.prodraw.net/button/'
showlink[4] = 'http://www.prodraw.net/animation/'
showlink[7] = 'http://www.GraphicsForums.com/public/index.asp'
showlink[8] = 'http://www.GraphicsForums.com/spotlight/index.asp'
showlink[10] = 'http://www.iconj.com/'
showlink[11] = 'http://www.digital-pic.com'
showlink[6] = 'http://www.prodraw.net/wallpaper/'




document.write("<font face=Arial style='color: #FFFFFF;' class=copyright>| ");

for(i=0;i<max;i++)
   if(showlink[i]=="")
      document.write(showtext[i])
   else
      document.write("<a href=\""+showlink[i]+"\" target=_top class=top>"+showtext[i]+"</a> | ");
document.write("</font>");
document.write("</td></tr></table>");
}
show ()
