<!-- Begin
function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else{
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
 }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
 }
}
function makeMyMenu() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)"  size=1 style="background-color: #E9E3CB;font-size:11px;font-family:Arial,Verdana">');
document.write ('<option value="">QUICK LINKS');
document.write ('<option value="" disabled>__________________');
document.write ('<option value="" disabled> ');
document.write ('<option value="" disabled>VINTAGE BOOKS');
document.write ('<option value="http://www.tagnwag.com/forsale/dick_jane_vintage/index.html">Dick & Jane Books');
document.write ('<option value="http://www.tagnwag.com/forsale/dick_jane_pages/index.html">Dick & Jane Pages to Mat');
document.write ('<option value="http://www.tagnwag.com/forsale/dick_jane_vintage/index.html">Vintage School Readers');
document.write ('<option value="http://www.tagnwag.com/forsale/reference-childrens-books.html">Dick & Jane Reference');
document.write ('<option value="http://www.tagnwag.com/book_list.html">Dick and Jane Titles');
document.write ('<option value="http://www.tagnwag.com/dick_and_jane_books.html">Dick and Jane History');
document.write ('<option value="http://www.tagnwag.com/dick_jane/index.html">Dick and Jane Authors');
document.write ('<option value="http://www.tagnwag.com/j-sparks.html">Who is J. Sparks?');
document.write ('<option value="http://www.tagnwag.com/forsale/uncle-zeke.html">Uncle Zeke Influences');
document.write ('<option value="http://www.tagnwag.com/copyright.html#dickjane">Dick and Jane Copyright');
document.write ('<option value="http://www.tagnwag.com/what_they_say.html">What They Say About Us');
document.write ('<option value="" disabled>__________________');
document.write ('<option value="" disabled>READERS REF & INFO');
document.write ('<option value="http://www.tagnwag.com/autistic-children.html">Autistic Children & Readers');
document.write ('<option value="http://www.tagnwag.com/alice_jerry.html">Alice & Jerry Reference Pg1');
document.write ('<option value="http://www.tagnwag.com/forsale/reference-childrens-books2.html">Alice & Jerry Reference Pg2');
document.write ('<option value="http://www.tagnwag.com/forsale/reference-childrens-books3.html">Old Readers Reference Pg');
document.write ('<option value="" disabled>__________________');
document.write ('<option value="" disabled>BEARS & PLUSH ANIMALS');
document.write ('<option value="http://www.tagnwag.com/purr-fection/index.html">Stuffed Bears & Plush');
document.write ('<option value="" disabled>__________________');
document.write ('<option value="" disabled>TAGNWAG STORE INFO');
document.write ('<option value="http://www.tagnwag.com/contact.html">Contact Us');
document.write ('<option value="http://www.tagnwag.com/shipping-info.html">Ordering & Shipping');
document.write ('<option value="http://www.tagnwag.com/copyright.html">Our Privacy Notice');
document.write ('<option value="http://www.tagnwag.com/copyright.html#copyright">Important Copyright Info');
document.write ('<option value="http://www.tagnwag.com/FAQs.html">Questions & Answers');
document.write ('<option value="http://www.tagnwag.com/what_they_say.html">Customer Feedback');
document.write ('<option value="http://www.tagnwag.com/about.html">About Us');
document.write ('<option value="http://www.tagnwag.com/friends.html">Friends & Links');
document.write ('<option value="" disabled>__________________');
document.write ('<option value="" disabled> ');
document.write ('</select>');
document.write ('</form>');
}
makeMyMenu();

// End -->


