pageLocations= new Array
('interface.html'
,'iostructure.html'
,'ioclasses.html'
,'data/discus1.html'
,'iodownload.html'
,'http://www.jvider.com/'
,'http://www.netwister.com/'
,'http://www.netwister.com/fp/'
,'http://www.netwister.com/rr/'
,'control.html'
,'general-components.html'
,'data-collection.html'
,'j-ladder.html'
,'software.html'
,'iomemory.html'
,'win32.html'
,'utils.html'
,'iocards.html'
,'iocard_digital.html'
,'iocard_analog.html'
,'iocard_motion.html'
,'iocard_quadrature.html'
,'iocard_serial.html'
,'iocard_network.html'
,'glossary.html'
,'pinout.html'
);
function gotoit()
{
if (document.topform.navigator.selectedIndex)
{
location.href = pageLocations [ document.topform.navigator.selectedIndex-1];
document.topform.navigator.selectedIndex=0;
}
}
function noSpamTo(name,domain)
{
document.write('<a href=\"mailto:'+name+'@'+domain+'\">');
document.write(name +'@'+domain+'</a>');
} 

