<!-- Begin
/* Syntaxes:
 *
 * menu[menuNumber][0] = new Menu('menu ID', left, top, width, 'mouseover colour',
 *'background colour', 'border colour');
 * Left and Top are measured on-the-fly relative to the top-left corner of its trigger.
 *
 * menu[menuNumber][itemNumber] = new Item('Text', 'URL', vertical spacing to next item, 
 *target menu number);
 * If no target menu (popout) is desired, set it to 0. All menus must trace back their
 * targets to the root menu! That is, every menu must be targeted by one item somewhere.
 * Even if you're not writing the root menu, you must still specify its settings here.
 */
var menu = new Array();
// Default colours passed to most menu constructors (just passed to functions, not
// a global variable - makes things easier to change later).
var defOver = '#fee638', defBack = '#fee794', defBorder = '#000000';
// Default height of menu items - the spacing to the next item, actually.
var defHeight = 22;
// Menu 0 is the special, 'root' menu from which everything else arises.
menu[0] = new Array();
menu[0][0] = new Menu('rootMenu', 0, 0, 110, '#669999', '#006666', defBorder);
menu[0][1] = new Item('top1', '#', defHeight, 1);
menu[0][2] = new Item('top2', '#', defHeight, 2);
menu[0][3] = new Item('top3', '#', defHeight, 3);
menu[0][4] = new Item('top4', '#', defHeight, 11);
menu[0][5] = new Item('top5', '#', defHeight, 12);
menu[0][6] = new Item('top6', '#', defHeight, 13);
menu[0][7] = new Item('top7', '#', defHeight, 7);
//menu[0][8] = new Item('top8', '#', defHeight, 14);
menu[1] = new Array();
// The File menu is positioned 0px across and 22 down from its trigger, and is 80 wide.
menu[1][0] = new Menu('menu1', 0, 22, 125, defOver, defBack, defBorder);
menu[1][1] = new Item('<img src="http://grafika.iv.lt/serveriai/hosted_80x15.gif" alt="www.hyip.lt" border="0">', 'http://www.hyip.lt', defHeight, 4);
menu[1][2] = new Item(' <b>Dating</b>', 'http://dating.hyip.lt', defHeight, 6);
menu[1][3] = new Item(' <b>Visaginas</b>', 'http://www.jonushas.com/dcp/', defHeight, 14);
menu[1][4] = new Item(' <b>Jonushas Group Inc.</b>', 'http://www.jonushas.com', defHeight, 0);
menu[2] = new Array();
menu[2][0] = new Menu('hyipMenu', 0, 19, 210, defOver, defBack, defBorder);
menu[2][1] = new Item('::Visaginas:: HYIP Monitor<br>0.5% - 2% every trading day', 'http://www.jonushas.com/hyip/monitor/', 36, 10);
menu[2][2] = new Item('::HYIP:: BLACK LIST', 'http://www.jonushas.com/hyip/monitor/blacklist.php', defHeight, 0);
menu[2][3] = new Item('::Add HYIP - Your advertise', 'http://www.jonushas.com/hyip/monitor/advertise.php', defHeight, 0);
menu[2][4] = new Item('::Add Link - $5/mo. (e-Gold only)<br>Memo: URL and Link Name or e-mail', 'http://546542-usd5.00.e-gold.com/', 36, 8);
//Cash Randomizer
menu[3] = new Array();
menu[3][0] = new Menu('cashMenu', 0, 17, 100, defOver, defBack, defBorder);
menu[3][1] = new Item('<img src="http://static.dating.lt/img/en_flag.gif" alt="Cash Randomizer - English" border="0"> English', 'http://solnet.sugardas.lt/mlm/', defHeight, 0);
menu[3][2] = new Item('<img src="http://static.dating.lt/img/ru_flag.gif" alt="Cash Randomizer - Russian" border="0"> Russian', 'http://solnet.sugardas.lt/mlm/ru/', defHeight, 0);
menu[3][3] = new Item('E-currency', 'http://exchange.hyip.lt/', defHeight, 5);
menu[4] = new Array();
menu[4][0] = new Menu('affiliateMenu', 85, 0, 100, defOver, defBack, defBorder);
menu[4][1] = new Item(' Hosting/Domain', 'http://www.serveriai.lt/rekomenduoti.php?eXNyTXl3CTIJOTI4NQ', defHeight, 0);
menu[4][2] = new Item(' Buy Domain', 'http://www.serveriai.lt/pirkti.php?referrer=eXNyTXl3CTIJOTI4NQ', defHeight, 0);
menu[4][3] = new Item(' Web Mail', 'http://lotosas.serveriai.lt/WebMail/', defHeight, 0);
menu[4][4] = new Item(' phpMyAdmin', 'http://lotosas.serveriai.lt/MyAdmin/', defHeight, 0);
menu[4][5] = new Item(' DirectAdmin', 'https://lotosas.serveriai.lt:8080/', defHeight, 0);
//Cash Randomizer
menu[5] = new Array();
menu[5][0] = new Menu('aboutMenu', -80, -30, 80, defOver, defBack, defBorder);
menu[5][1] = new Item(':: WebMoney', 'http://www.jonushas.com/dcp/exchange/wm.php', defHeight, 0);
menu[5][2] = new Item(':: StormPay', 'http://www.jonushas.com/dcp/exchange/stormpay.php', defHeight, 0);
menu[5][3] = new Item(':: INTGold', 'http://www.jonushas.com/dcp/exchange/intgold.php', defHeight, 0);
menu[5][4] = new Item(':: e-Gold', 'http://www.jonushas.com/dcp/exchange/e-gold.php', defHeight, 0);
menu[6] = new Array();
menu[6][0] = new Menu('reopenMenu', 95, 0, 100, defOver, defBack, defBorder);
menu[6][1] = new Item('<img src="http://static.dating.lt/img/en_flag.gif" alt="English Dating" border="0"> English', 'http://dating.hyip.lt/index.php?lg=en&sid=0nb', defHeight, 0);
menu[6][2] = new Item('<img src="http://static.dating.lt/img/de_flag.gif" alt="German Dating" border="0"> German', 'http://dating.hyip.lt/index.php?lg=de&sid=0nb', defHeight, 0);
menu[6][3] = new Item('<img src="http://static.dating.lt/img/lt_flag.gif" alt="Lithuanian Dating" border="0"> Lithuanian', 'http://dating.hyip.lt/index.php?lg=lt&sid=0nb', defHeight, 0);
menu[6][4] = new Item('<img src="http://static.dating.lt/img/ru_flag.gif" alt="Russian Dating" border="0"> Russian', 'http://dating.hyip.lt/index.php?lg=ru&sid=0nb', defHeight, 0);
menu[6][5] = new Item('<img src="http://static.dating.lt/img/ee_flag.gif" alt="Estonian Dating" border="0"> Estonian', 'http://dating.hyip.lt/index.php?lg=ee&sid=0nb', defHeight, 0);
menu[6][6] = new Item('<img src="http://static.dating.lt/img/lv_flag.gif" alt="Latvian Dating" border="0"> Latvian', 'http://dating.hyip.lt/index.php?lg=lv&sid=0nb', defHeight, 0);
menu[6][7] = new Item('<img src="http://static.dating.lt/img/ja_flag.gif" alt="Japanese Dating" border="0"> Japanese', 'http://dating.hyip.lt/index.php?lg=ja&sid=0nb', defHeight, 0);
menu[6][8] = new Item('<img src="http://static.dating.lt/img/mn_flag.gif" alt="Mongolian Dating" border="0"> Mongolian', 'http://dating.hyip.lt/index.php?lg=mn&sid=0nb', defHeight, 0);
menu[6][9] = new Item('<img src="http://static.dating.lt/img/it_flag.gif" alt="Italian Dating" border="0"> Italian', 'http://dating.hyip.lt/index.php?lg=it&sid=0nb', defHeight, 0);
menu[7] = new Array();
menu[7][0] = new Menu('menu7', 0, 17, 100, defOver, defBack, defBorder);
menu[7][1] = new Item(' <img src="http://hyip.lt/guest.gif" align="right" border="0">Guest Book', 'http://www.jonushas.com/guestbook/', defHeight, 0);
menu[7][2] = new Item(' <img src="http://hyip.lt/vopros.gif" align="right" border="0">FAQ', 'http://www.jonushas.com/faq/', defHeight, 0);
menu[7][3] = new Item(' <img src="http://hyip.lt/forum.gif" align="right" border="0">Forum', 'http://www.jonushas.com/cgi-bin/forum/YaBB.pl', defHeight, 0);
menu[7][4] = new Item(' <img src="http://help.hyip.lt/book/book1.gif" align="right" border="0">Support', 'http://help.hyip.lt', defHeight, 0);
menu[8] = new Array();
menu[8][0] = new Menu('egoldMenu', 185, 0, 100, '#f5f5f5', '#ffffff', '#663399');
menu[8][1] = new Item('<img src="http://www.e-gold.com/gif/logo.gif" alt="e-Gold" border=0>', 'http://www.e-gold.com/e-gold.asp?cid=546542', defHeight, 9);
menu[9] = new Array();
menu[9][0] = new Menu('newMenu', 110, 0, 120, '#c5c5c5', '#c0c0c0', '#663399');
menu[9][1] = new Item('New e-Gold Account', 'http://solnet.sugardas.lt/top100/out.php?site=1099656030', defHeight, 0);
menu[10] = new Array();
menu[10][0] = new Menu('hyiplangMenu', 200, 0, 20, '#00ff00', '#c0c0c0', '#663399');
menu[10][1] = new Item('<img src="http://static.dating.lt/img/en_flag.gif" alt="HYIP - English" border=0>', 'http://www.jonushas.com/', defHeight, 0);
menu[10][2] = new Item('<img src="http://static.dating.lt/img/ru_flag.gif" alt="HYIP - Russian" border=0>', 'http://www.jonushas.com/dcp/', defHeight, 0);
menu[11] = new Array();
menu[11][0] = new Menu('exchangeMenu', 0, 17, 100, defOver, defBack, defBorder);
menu[11][1] = new Item(' Visaginas', 'http://exchange.hyip.lt/', defHeight, 0);
menu[11][2] = new Item(' ROBOXchange', 'https://www.roboxchange.com/ssl/calc.asp?p=la006277', defHeight, 0);
menu[12] = new Array();
menu[12][0] = new Menu('sugfingMenu', 0, 17, 190, defOver, defBack, defBorder);
menu[12][1] = new Item(':: Top Sites', 'http://top.jonushas.com/', defHeight, 0);
menu[12][2] = new Item(':: &#1044;&#1086;&#1089;&#1082;&#1072; &#1086;&#1073;&#1098;&#1103;&#1074;&#1083;&#1077;&#1085;&#1080;&#1081;', 'http://fotocar.jonushas.com/noahs/', defHeight, 0);
menu[12][3] = new Item(':: <font color=#004080><b>Vista</b>Print</font>', 'http://www.vistaprint.com/frf?frf=534368336134', defHeight, 0);
menu[12][4] = new Item(' Affiliate<br><b><font color=#ff0000>LinkShare</font></b>Corporation', 'http://click.linksynergy.com/fs-bin/stat?id=aglO9AEJZxM&offerid=7097.10000026&type=3&subid=0', 36, 0);
menu[12][5] = new Item(' <img src="http://www.jonushas.com/images/links_our.gif" alt="Add Link" border="0"> Links <font color=#ff0000>(add link)</font>', 'http://www.jonushas.com/link/', defHeight, 0);
menu[12][6] = new Item(' Country Club', 'http://country.jonushas.com/club/', defHeight, 0);
menu[12][7] = new Item(' &#1054;&#1073;&#1084;&#1077;&#1085;&nbsp;&#1089;&#1089;&#1099;&#1083;&#1082;&#1072;&#1084;&#1080;', 'http://www.jonushas.com/links/', defHeight, 0);
menu[13] = new Array();
menu[13][0] = new Menu('flinksMenu', 0, 17, 190, defOver, defBack, defBorder);
menu[13][1] = new Item(':: ALT.com', 'http://alt.com/go/g834024', defHeight, 0);
menu[13][2] = new Item(':: Adult FriendFinder', 'http://adultfriendfinder.com/go/g834024', defHeight, 0);
menu[13][3] = new Item(':: Amigos.com', 'http://amigos.com/go/g834024', defHeight, 0);
menu[13][4] = new Item(':: Asia FriendFinder', 'http://asiafriendfinder.com/go/g834024', defHeight, 0);
menu[13][5] = new Item(':: Big Church', 'http://bigchurch.com/go/g834024', defHeight, 0);
menu[13][6] = new Item(':: Breakthru.com', 'http://breakthru.com/go/g834024', defHeight, 0);
menu[13][7] = new Item('<img src="http://hyip.lt/12x12cam.gif" border="0">&nbsp;Cams at www.jonushas.com', 'http://cams.jonushas.com', defHeight, 0);
menu[13][8] = new Item(':: Dine.com', 'http://dine.com/go/g834024', defHeight, 0);
menu[13][9] = new Item(':: Filipino FriendFinder', 'http://filipinofriendfinder.com/go/g834024', defHeight, 0);
menu[13][10] = new Item(':: French FriendFinder', 'http://frenchfriendfinder.com/go/g834024', defHeight, 0);
menu[13][11] = new Item(':: FriendFinder', 'http://friendfinder.com/go/g834024', defHeight, 0);
menu[13][12] = new Item(':: Gay FriendFinder', 'http://gayfriendfinder.com/go/g834024', defHeight, 0);
menu[13][13] = new Item(':: German FriendFinder', 'http://germanfriendfinder.com/go/g834024', defHeight, 0);
menu[13][14] = new Item(':: Grad Finder', 'http://gradfinder.com/go/g834024', defHeight, 0);
menu[13][15] = new Item(':: GuanXi', 'http://guanxi.com/go/g834024', defHeight, 0);
menu[13][16] = new Item(':: Indian FriendFinder', 'http://indianfriendfinder.com/go/g834024', defHeight, 0);
menu[13][17] = new Item(':: Italian FriendFinder', 'http://italianfriendfinder.com/go/g834024', defHeight, 0);
menu[13][18] = new Item(':: Jewish FriendFinder', 'http://jewishfriendfinder.com/go/g834024', defHeight, 0);
menu[13][19] = new Item(':: Korean FriendFinder', 'http://koreanfriendfinder.com/go/g834024', defHeight, 0);
menu[13][20] = new Item(':: NiceCards', 'http://nicecards.com/go/g834024', defHeight, 0);
menu[13][21] = new Item(':: NudeCards', 'http://nudecards.com/go/g834024', defHeight, 0);
menu[13][22] = new Item(':: OutPersonals.com', 'http://outpersonals.com/go/g834024', defHeight, 0);
menu[13][23] = new Item(':: Senior FriendFinder', 'http://seniorfriendfinder.com/go/g834024', defHeight, 0);
menu[13][24] = new Item(':: ShareRent', 'http://sharerent.com/go/g834024', defHeight, 0);
menu[13][25] = new Item(':: Slim.com', 'http://slim.com/go/g834024', defHeight, 0);
menu[13][26] = new Item(':: SpringStreet', 'http://fastcupid.com/go/g834024', defHeight, 0);
menu[13][27] = new Item(':: Add link - $5/mo.<br>(e-Gold only)<br>Memo: URL and Link Name or e-mail', 'http://546542-usd5.00.e-gold.com/', defHeight, 8);
menu[14] = new Array();
menu[14][0] = new Menu('VisaginasMenu', 105, 0, 80, defOver, defBack, defBorder);
menu[14][1] = new Item('::. DKD', 'http://web.dkd.lt/', defHeight, 0);
menu[14][2] = new Item('::. Sugardas', 'http://web.sugardas.lt/', defHeight, 0);
menu[14][3] = new Item('::. TTS', 'http://web.tts.lt/', defHeight, 0);
// Now, this next bit of script will write our own custom root menu -- a horizontal
// one, as the defaults are all vertical with borders. Even if you are writing your
// own root menu, you must still specify the names, colours and targets above -- the
// positions are calculated on the fly and hence are ignored.
// Basically, you must duplicate the output of the writeMenus() function. Just work
// from this example.
// Syntax: startDL('id', x, y, width, height, 'visibility', '#background colour or null
//for transparent', '#border colour or null for no border', 'additional properties');
// It returns a string of HTML text comprising the opening tag of a div or layer.
// mouseProps(menu, item) returns the 'onMouseEvent' properties for a specific menu item,
// passed as 'additional properties' to startDL. Just cut and paste below, or allow the
// script to write its own root menu.
// endDL is a variable containing either '</div>' or '</layer>', so add it afterwards.
newRoot = startDL('rootMenu', 0, 0, '100%', 17, 'hidden', '#006666', null, 100, '');
newRoot += startDL('rootMenu1', 5, 0, 40, 17, 'inherit', '#006666', null, 100, mouseProps(0, 1));
newRoot += '<span class="Item">  Home</span>' + endDL;
newRoot += startDL('rootMenu2', 45, 0, 40, 17, 'inherit', '#006666', null, 200, mouseProps(0, 2));
newRoot += '<span class="Item">  HYIP</span>' + endDL;
newRoot += startDL('rootMenu3', 80, 0, 110, 17, 'inherit', '#006666', null, 200, mouseProps(0, 3));
newRoot += '<span class="Item">  Cash Randomizer</span>' + endDL;
//
newRoot += startDL('rootMenu4', 190, 0, 130, 17, 'inherit', '#006666', null, 100, mouseProps(0, 4));
newRoot += '<span class="Item">  E-currency Exchanges</span>' + endDL;
newRoot += endDL;
newRoot += startDL('rootMenu5', 325, 0, 40, 17, 'inherit', '#006666', null, 100, mouseProps(0, 5));
newRoot += '<span class="Item">  Surfing</span>' + endDL;
newRoot += endDL;
newRoot += startDL('rootMenu6', 370, 0, 100, 17, 'inherit', '#006666', null, 100, mouseProps(0, 6));
newRoot += '<span class="Item">  Featured Link Ad</span>' + endDL;
newRoot += endDL;
//
newRoot += startDL('rootMenu7', 475, 0, 40, 17, 'inherit', '#006666', null, 100, mouseProps(0, 7));
newRoot += '<span class="Item">  Help</span>' + endDL;
newRoot += endDL;
// Pass this two strings - the first is HTML to write a custom root menu, or null to
// generate one normally. The second is the popout indicator HTML - try an image...?
// Try writeMenus(null, '<img src="flaglt.gif">'); in your own script.
writeMenus(newRoot, '>');
// This is a quick snippet that captures all clicks on the document and hides the menus
// every time you click. Use if you want.
if (isNS4) document.captureEvents(Event.CLICK);
document.onclick = clickHandle;
function clickHandle(evt) {
if (isNS4) document.routeEvent(evt);
hideAllBut(0);
}
// Show root menu command - place in an onLoad="..." type function if you want.
eval(docObj + menu[0][0].id + styObj + '.visibility = "visible"');
// This is just the moving command for the example.
function moveRoot() {
rM = eval(docObj + menu[0][0].id + styObj);
if (parseInt(rM.top) < 40) rM.top = 40;
else rM.top = 0;
}
/////////////////////////////////////////////////////
/////////// search menu ///////////////////
/////////////////////////////////////////////////////
if (document.all)
document.write('<div id="menuIn" style="left:-150" onMouseover="pull()" onMouseout="draw()">')
//  End -->