function show ()
{
var showtext = new Array(30)
var showlink = new Array(30)
var i;
var max=11;   //³Ì¤j­È

showtext[0] = 'Home'
showtext[8] = 'TopSites'
showtext[1] = 'Clip Art'
showtext[5] = '3D Gallery'
showtext[4] = 'Web Buttons'
showtext[2] = 'Animations'
showtext[6] = 'Public Gallery'
showtext[7] = 'Spotlight Images'
showtext[9] = 'FavIcon Labs'
showtext[10] = 'Photo & eCard'
showtext[3] = 'Wallpaper'


showtext[11] = 'Product'
showtext[12] = 'Forums'

showlink[0] = 'http://www.prodraw.net'
showlink[8] = 'http://www.prodraw.net/topsite/autorank.html'
showlink[1] = 'http://www.prodraw.net/cartoon/'
showlink[5] = 'http://www.prodraw.net/gallery/'
showlink[4] = 'http://www.prodraw.net/button/'
showlink[2] = 'http://www.prodraw.net/animation/'
showlink[6] = 'http://www.GraphicsForums.com/public/index.asp'
showlink[7] = 'http://www.GraphicsForums.com/spotlight/index.asp'
showlink[9] = 'http://www.iconj.com/'
showlink[10] = 'http://www.digital-pic.com'
showlink[3] = 'http://www.prodraw.net/wallpaper/'

showlink[11] = 'http://www.prodraw.net/store/'
showlink[12] = 'http://www.graphicsforums.com/forums/'


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><table width=740 border=0 cellspacing=0 cellpadding=0 align=center><tr align=right><td align=right><!-- SiteSearch Google --><form method=get action=http://www.google.com/custom target=_top><table border=0 align=right><tr><td nowrap=nowrap valign=top align=left height=32><a href=http://www.google.com/><img src=http://www.google.com/logos/Logo_25wht.gif border=0 alt=Google></img></a></td><td nowrap=nowrap><input type=hidden name=domains value=www.prodraw.net;www.graphicsforums.com;www.digital-pic.com></input><input type=text name=q size=15 maxlength=255 value=></input><select name=sitesearch><option value='' selected>Google Search</option><option value=www.prodraw.net>ProDraw Graphics</option><option value=www.graphicsforums.com>GraphicsForums</option><option value=www.digital-pic.com>Digital-Pic Photos</option></select><input type=submit name=sa value=Search></input><input type=hidden name=client value=pub-0976256390271923></input><input type=hidden name=forid value=1></input><input type=hidden name=ie value=ISO-8859-1></input><input type=hidden name=oe value=ISO-8859-1></input><input type=hidden name=safe value=active></input><input type=hidden name=cof value=GALT:#008000;GL:1;DIV:#FFFFFF;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:0000FF;LC:0000FF;T:000000;GFNT:999999;GIMP:999999;FORID:1;></input><input type=hidden name=hl value=en></input></td></tr></table></form><!-- SiteSearch Google -->");
}
show ()