<!-- 

function lsection (section,title) {
if (section=="navtop") { document.write('<tr align=\"center\"><td class=\"navtop\">- ' +title+ ' -</td></tr>\n<tr><td class=\"navmid\">'); }
else if (section=="navmid") { document.write('<tr align=\"center\"><td class=\"navmid\">- ' +title+ ' -</td></tr>\n<tr><td class=\"navmid\">'); }
else if (section=="subsec") { document.write('<br><font class=\"nav\">' +title+ '</font><br>'); }
else if (section=="0") { document.write('</td></tr>'); }
else return;
}

function lchoice (dir,filename,title) {
document.write('<a class=\"nav\" href=\"' +dir+filename+ '"><nobr>&#160;&#160; &#183; '+title+'</nobr></a><br>');
}

function lchoice2 (dir,filename,title) {
document.write('<a class=\"nav\" href=\"' +dir+filename+ '"><nobr>&#183; '+title+'</nobr></a><br>');
}

    function msgalert() {
	// alert for geocities users
     var msg = "<p><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"150\"><tr><td bgcolor=\"#ffffcc\">";
	 msg +="<font size=\"-1\"><bb>Notice:</b> This site has moved, you will be redirected to the new site in 5 seconds. ";
	 msg +="if it does not redirect, please <a href=\"http://bookstore.atspace.com\">click here</a> to enter the new site. Thank you!</font> ";
	 msg +="</td></tr></table>";
//
	 if (document.referrer.indexOf('geocities.com/old_soothsayer')>1) {
	 document.write(msg);
	 } else return;
    }


function rkcmenu (navbottomgif, ch) {
//
// msgalert();
//
var dir="";
if (ch==1) {dir="../";}
else if (ch=2) {dir="../../";}
else {dir="";}
	 
document.write('<p><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"150\">');
lsection ("navtop","eOPINIONS");
document.write('<a class=\"nav\" href=\"' +dir+ 'index_chocolate.html\">CHOCOLATE GUIDE</a><br>');
//lsection ("subsec","RESTAURANTS"); // restaurants
//lchoice (dir, "index_restaurants.html", "NEW YORK");
//lchoice (dir, "index_bayarea.html", "BAY AREA");
document.write('<br><a class=\"nav\" href=\"' +dir+ 'photos/index.html\">STREET ART GALLERY</a><br>');
document.write('<br><a class=\"nav\" href=\"' +dir+ 'reviews/index.html\">MUSIC REVIEWS</a><br><br>');
lsection ("0","");
lsection ("navmid","BOOKSHOP");
document.write('<font class=\"nav\">BOOKS</font><br>');
lchoice (dir, "index_dieting.html", "DIET &amp; NUTRITION");
lchoice (dir, "books_dj.html", "DJ &amp; TURNTABLE");
lchoice (dir, "books_graffiti.html", "GRAFFITI ARTS");
lchoice (dir, "books_sneakers.html", "HIP HOP &amp; SNEAKERS");
lchoice (dir, "books_fdny.html", "FDNY FIREFIGHTING");
lchoice (dir, "books_disasters.html", "TRAGIC DISASTERS");
lchoice (dir, "books_trivia2.html", "USELESS TRIVIA");
lsection ("subsec","ART BOOKS"); // artbooks
lchoice (dir, "books_photo1.html", "NYC PHOTOGRAPHY");
lchoice (dir, "bestbooks/voice.html", "BEST PHOTO BOOKS");
lsection ("subsec","COOKBOOKS"); // cookbooks
lchoice (dir, "books_asiancook.html", "ASIAN CUISINE");
lchoice (dir, "books_chocolate2.html", "CHOCOLATE");
lchoice (dir, "index_cookbooks3.html", "FUN AND OFFBEAT");
lchoice (dir, "index_grilling.html", "GRILL 'N BBQ");
lchoice (dir, "books_cookbook5.html", "LEARN TO COOK");
lchoice (dir, "books_cookbook5g.html", "PROFESSIONAL COOK");
lchoice (dir, "books_mixology.html", "BAR &amp; DRINK");
lsection ("subsec","ESOTERIC"); // other books
lchoice (dir, "index_maryjane.html", "MARIJUANA");
lchoice (dir, "index_survival.html", "SURVIVE DISASTER");
lchoice (dir, "books_screwed.html", "CORPORATE LIES");
lchoice (dir, "books_sex.html", "PORN INDUSTRY");
document.write('<br><a class=\"nav\" href=\"' +dir+ 'index_hotdeals.html\"><b>HOT DEALS</b></a><br>');
document.write('<br><a class=\"nav\" href=\"' +dir+ 'index_filler.html\">UNDER $2.00 AMAZON</a><br><br>');
lsection("0","");
document.write('<tr><td><img src=\"' +navbottomgif+ '\" height=\"15\" width=\"150\"></td></tr>\n</table>');

}


function photomenu (navbottomgif, ch) {
var dir="";
if (ch==1) {dir="../";}
else if (ch=2) {dir="../../";}
else {dir="";}
document.write('<p><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"150\">');
lsection ("navtop","PHOTOS");
lchoice2 (dir, "photos/graffiti/index.html", "GRAFFITI");
lchoice2 (dir, "photos/transgraff/index.html", "TRUCK &amp; VAN GRAFFITI");
lchoice2 (dir, "photos/stencils/index.html", "STENCILS");
lchoice2 (dir, "photos/stickers/index.html", "STICKERS/POSTERS");
lchoice2 (dir, "photos/streetart/index.html", "OTHER STREET ART");
lchoice2 (dir, "photos/misc/index.html", "MISC/UNCATEGORIZED");
lchoice2 (dir, "photos/ccnytowers/index.html", "THE TOWERS AT CCNY");
lchoice2 (dir, "../index_chocolate3.html", "NY CHOCOLATE SHOPS");
lsection ("subsec","INDEXED BY ARTIST"); 
lchoice (dir, "photos/gore_b/index.html", "GORE B &amp; MEEKA");
lchoice (dir, "photos/osgemeos/index.html", "OS GEMEOS &amp; NINA");
lchoice (dir, "photos/plasmaslugs/index.html", "PLASMA SLUGS");
lchoice (dir, "photos/revs/index.html", "REVS");
lchoice (dir, "photos/spaceinvader/index.html", "SPACE INVADER NYC");
lsection("0","");
document.write('<tr><td><img src=\"' +navbottomgif+ '\" height=\"15\" width=\"150\"></td></tr>\n</table>');

}

//-->





