<!-- 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="">ITEMS FOR SALE');
document.write ('<option value="" disabled>______________________________');
document.write ('<option value="" disabled> ');
document.write ('<option value="" disabled>VINTAGE BOOKS FOR SALE');
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 Mattes');
document.write ('<option value="http://www.tagnwag.com/forsale/dick_jane_pages/index-c.html">New! Dick & Jane Art');
document.write ('<option value="http://www.tagnwag.com/forsale/readers/index.html">Alice & Jerry Books');
document.write ('<option value="http://www.tagnwag.com/forsale/readers/index.html">Vintage School Readers');
document.write ('<option value="http://www.tagnwag.com/gift-certificates.html">Gift Cetificates');
document.write ('<option value="http://www.tagnwag.com/copyright.html#dickjane">D&J Copyright Info');
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>DICK & JANE REF & INFO');
document.write ('<option value="http://www.tagnwag.com/forsale/reference-childrens-books.html">Dick & Jane Book Ref.');
document.write ('<option value="http://www.tagnwag.com/dick_and_jane_books.html">Dick & Jane History');
document.write ('<option value="http://www.tagnwag.com/dick_jane/index.html">Dick & Jane Authors');
document.write ('<option value="http://www.tagnwag.com/dick_and_jane_titles.html">Dick & Jane Title List');
document.write ('<option value="http://www.tagnwag.com/forsale/uncle-zeke.html">Uncle Zeke Influences');
document.write ('<option value="http://www.tagnwag.com/j-sparks.html">Who is J. Sparks?');
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>UNIQUE GIFTS');
document.write ('<option value="http://www.tagnwag.com/forsale/dick_jane_pages/index.html">Matted Wall Art');
document.write ('<option value="http://www.tagnwag.com/forsale/gifts/index.html">Unique Gifts & Decor');
document.write ('<option value="" disabled>__________________');
document.write ('<option value="" disabled>BEARS & PLUSH ANIMALS');
document.write ('<option value="http://www.tagnwag.com/bearington/index.html">Bearington Bears & Plush');
document.write ('<option value="http://www.tagnwag.com/purr-fection/index.html">Purr-fection 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 -->

