<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Reviews by niche:", "MORE REVIEWS")
addItem("Brutal Rape", "http://www.brutalporn.info", "_1");
addItem("Incest Rape", "http://www.brutalporn.info/incest-rape.php", "_2");
addItem("Gay Rape", "http://www.brutalporn.info/gay-rape.php", "_3");
addItem("Incest Porn", "http://incest.brutalporn.info", "_4");
addItem("3D Incest & Comics", "http://www.brutalporn.info/3d-comics-art.php", "_5");
addItem("BDSM Porn", "http://www.best-bdsm.com", "_6");
addHdr("Exclusive Discounts:");
addItem("Proscribed Sites", "http://www.brutalporn.info/ps/index.html", "_16");
addItem("Rape Videos Club", "http://rapevideosclub.com/?id=pappa", "_15");
addItem("Brutal Pass", "http://www.brutalpass.com/?id=254", "_17");
addItem("Cruel Network", "http://www.cruelnetwork.com/?id=254", "_18");
addItem("XXX Incest Network", "http://www.xxxhmn.com/websitess.html?id=254", "_19");
endMenu()

//-->