var topics=new Array() var sitemap=new Array() var concord_jjs=new Array() var concord_dsm=new Array() concord_dsm[0]=99991 concord_jjs[0]='pagerunners selection menu:
A short introduction:

A unique selection menu presented in the guise of a psuedo sitemap---the visitor can choose from a selection on the left and have the content appear just to the right of the menu. Very efficient (and borderline exciting), especially for showing previews of your site.' concord_dsm[1]=99992 concord_jjs[1]='pagerunners index page: Includes: html tips and tricks, imageworks and menus.' sitemap[0]=10000 topics[0]='' sitemap[1]=11000 topics[1]='imageworks section' sitemap[2]=12000 topics[2]='on the menu: There are almost as many ways to navigate a website as there are websites. Here we present several ways to find your way around a site, using various drop-down menu examples. 1. Opens in the parent window, 2. url opens in a separate browser window and 3. url opens in a separate browser window and is resizable.' sitemap[3]=13000 topics[3]='new stuff:' sitemap[4]=14000 topics[4]='snippets:' sitemap[5]=15000 topics[5]='paste into type one: Pasting an image of Deception Pass into type

' sitemap[6]=16000 topics[6]='paste into type two: pasting an image of Mt. Baker into type

' sitemap[7]=17000 topics[7]='paste into type three: pasting an image of a serene forest into type

' sitemap[8]=18000 topics[8]='weblinks:
DHTML Zone
Dynamic Drive
Jeff Rule DHTML
Builder.com
Gamelan
HotSyte
Java Phone Book
' sitemap[9]=19000 topics[9]='more tips & tricks:
i-frame
onmouseover
open windows
mail this page
rollover & forms
' sitemap[10]=20000 topics[10]='contact us:
pagerunners.com can be contacted at: jdixon@pagerunners.com and at 708-466-4590.
' sitemap[11]=21000 topics[11]='new under the radar:

' sitemap[12]=22000 topics[12]='' sitemap[13]=23000 topics[13]='' sitemap[14]=24000 topics[14]='' sitemap[15]=25000 topics[15]='' sitemap[16]=26000 topics[16]='' function movein(which) { var i=0; if (document.getElementById) { for(i=0; i<=1; i++) { if (concord_dsm[i] == which.value) { document.getElementById("description").innerHTML=concord_jjs[i]; break; } } for(i=0; i<=61; i++) { if (sitemap[i] == which.value) { document.getElementById("description").innerHTML=topics[i]; break; } } } else { for(i=0; i<=61; i++) { if (concord_dsm[i] == which.value) { description.innerHTML=concord_jjs[i]; break; } } for(i=0; i<=61; i++) { if (sitemap[i] == which.value) { description.innerHTML=topics[i]; break; } } } }