function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form" action="javascript:formHandler()">');
document.write('<select name="site" onChange="javascript:formHandler()">');
//document.write('<option value="http://leonardo.info/isast/leobooks/">&gt; &gt; &gt; ');

document.write('<option value="http://leonardo.info/isast/leobooks/books/gere.html">white heat, cold logic :: GERE, BROWN, LAMBERT, MASON');
document.write('<option value="http://leonardo.info/isast/leobooks/books/dacosta.html">tactical biopolitics :: DACOSTA & PHILIP');
document.write('<option value="http://leonardo.info/isast/leobooks/books/fuller2.html">software studies :: FULLER');
document.write('<option value="http://leonardo.info/isast/leobooks/books/kozel.html">closer :: KOZEL');
document.write('<option value="http://leonardo.info/isast/leobooks/books/spielmann.html">video :: SPIELMANN');
document.write('<option value="http://leonardo.info/isast/leobooks/books/amerika.html">meta/data :: AMERIKA');
document.write('<option value="http://leonardo.info/isast/leobooks/books/dixon.html">digital performance:: DIXON');
document.write('<option value="http://leonardo.info/isast/leobooks/books/grau2.html">mediaarthistories :: GRAU ed.');
document.write('<option value="http://leonardo.info/isast/leobooks/books/popper.html">from technological to virtual art :: POPPER');
document.write('<option value="http://leonardo.info/isast/leobooks/books/kac.html">signs of life :: KAC ed.');
document.write('<option value="http://leonardo.info/isast/leobooks/books/vancampen.html">the hidden sense :: VAN CAMPEN');
document.write('<option value="http://leonardo.info/isast/leobooks/books/swissmorris.html">new media poetics :: MORRIS & SWISS');
document.write('<option value="http://leonardo.info/isast/leobooks/books/fishwick.html">aesthetic computing :: FISHWICK');
document.write('<option value="http://leonardo.info/isast/leobooks/books/chandlerneumark.html">at a distance :: CHANDLER AND NEUMARK');
document.write('<option value="http://leonardo.info/isast/leobooks/books/emmer2.html">visual mind II :: EMMER ed.');
document.write('<option value="http://leonardo.info/isast/leobooks/books/fuller.html">media ecologies :: FULLER');
document.write('<option value="http://leonardo.info/isast/leobooks/books/ghosh.html">code :: GHOSH ed.');
document.write('<option value="http://leonardo.info/isast/leobooks/books/popper.html">from technological to virtual art :: POPPER');
document.write('<option value="http://leonardo.info/isast/leobooks/books/thacker.html">global genome :: THACKER');
document.write('<option value="http://leonardo.info/isast/leobooks/books/galloway.html">protocol :: GALLOWAY');
document.write('<option value="http://leonardo.info/isast/leobooks/books/boltergromala.html">windows and mirrors :: BOLTER AND GROMALA');
document.write('<option value="http://leonardo.info/isast/leobooks/books/malloy.html">women, art and technology :: MALLOY ed.');
document.write('<option value="http://leonardo.info/isast/leobooks/books/lovink.html">uncanny networks :: LOVINK');
document.write('<option value="http://leonardo.info/isast/leobooks/books/grau.html">virtual art :: GRAU');
document.write('<option value="http://leonardo.info/isast/leobooks/books/wilson.html">information arts :: WILSON');
document.write('<option value="http://leonardo.info/isast/leobooks/books/dyens.html">metal and flesh :: DYENS');
document.write('<option value="http://leonardo.info/isast/leobooks/books/manovich.html">the language of new media :: MANOVICH');
document.write('<option value="http://leonardo.info/isast/leobooks/books/goldberg.html">the robot in the garden :: GOLDBERG ed.');
document.write('<option value="http://leonardo.info/isast/leobooks/books/harris_artinnovation.html">art and innovation :: HARRIS ed.');
document.write('<option value="http://leonardo.info/isast/leobooks/books/lunenfeld.html">the digital dialectic :: LUNENFELD');
document.write('<option value="http://leonardo.info/isast/leobooks/books/coyne_technoromanticism.html">technoromanticism :: COYNE');
document.write('<option value="http://leonardo.info/isast/leobooks/books/mosermacleod.html">immersed in technology :: MOSER AND MACLEOD ed.');
document.write('<option value="http://leonardo.info/isast/leobooks/books/coyne.html">designing information technology :: COYNE');
document.write('<option value="http://leonardo.info/isast/leobooks/books/emmer.html">the visual mind :: EMMER ed.');
document.write('<option value="http://leonardo.infoisast/leobooks/books/harris.html">the leonardo almanac :: HARRIS ed.');
document.write('<option value="http://leonardo.infoisast/leobooks/">+++++');
document.write('<option value="http://leonardo.info/isast/leobooks/jacket.html">&gt; VIEW BY JACKET');
document.write('<option value="http://leonardo.info/isast/leobooks.html">&gt; HOME');
document.write('</select>');
document.write('<input type="image" src="http://leonardo.info/isast/leobooks/img/go.gif">');
document.write('</form>');