/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)

DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.

Extra info - Coolmenus reference/help - Extra links to help files ****
CSS help: http://coolmenus.dhtmlcentral.com/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/

/***
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Menu object creation
oCMenu=new makeCM("oCMenu"); //Making the menu object. Argument: menuname

oCMenu.frames = 0;

//Menu properties
oCMenu.pxBetween=0;
oCMenu.fromLeft=5;
oCMenu.fromTop=104;
oCMenu.rows=1;
oCMenu.menuPlacement="left";

oCMenu.offlineRoot="";
oCMenu.onlineRoot="";
oCMenu.resizeCheck=1;
oCMenu.wait=100;
//oCMenu.fillImg="cm_fill.gif";
oCMenu.zIndex=0;

//Background bar properties
oCMenu.useBar=0;
oCMenu.barWidth="100%";
oCMenu.barHeight="menu";
oCMenu.barClass="clBar";
oCMenu.barX=0;
oCMenu.barY=0;
oCMenu.barBorderX=0;
oCMenu.barBorderY=0;
oCMenu.barBorderClass="";


oCMenu.level[0]=new cm_makeLevel();
oCMenu.level[0].width=100;
oCMenu.level[0].height=22;
oCMenu.level[0].regClass="clLevel0";
oCMenu.level[0].overClass="clLevel0over";
oCMenu.level[0].arrow="";
oCMenu.level[0].borderX=0;
oCMenu.level[0].borderY=0;
oCMenu.level[0].borderClass="clLevel0border";
oCMenu.level[0].offsetX=5;
oCMenu.level[0].offsetY=0;
oCMenu.level[0].rows=0;
oCMenu.level[0].align="bottom";


oCMenu.level[1]=new cm_makeLevel();
oCMenu.level[1].width=oCMenu.level[0].width+12;
oCMenu.level[1].height=20;
oCMenu.level[1].regClass="clLevel1";
oCMenu.level[1].overClass="clLevel1over";
oCMenu.level[1].arrow="menu_arrow.gif";
oCMenu.level[1].arrowWidth=10;
oCMenu.level[1].arrowHeight=10;
oCMenu.level[1].borderX=1;
oCMenu.level[1].borderY=1;
oCMenu.level[1].align="right";
oCMenu.level[1].offsetX=-5;
oCMenu.level[1].offsetY=0;
oCMenu.level[1].borderClass="clLevel1border";


oCMenu.level[2]=new cm_makeLevel();
oCMenu.level[2].width=150;
oCMenu.level[2].height=20;
oCMenu.level[2].offsetX=0;
oCMenu.level[2].offsetY=0;
oCMenu.level[2].borderX=1;
oCMenu.level[2].borderY=1;
oCMenu.level[2].regClass="clLevel2";
oCMenu.level[2].overClass="clLevel2over";
oCMenu.level[2].borderClass="clLevel2border";
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/

oCMenu.makeMenu('html_blank_left','','','','','10','');

oCMenu.makeMenu('1a','','Справочник','http://www.wmz-portal.ru/list.php?c=spravoznik','','95','');
oCMenu.makeMenu('html44','1a','Компьютерная безопастность','http://www.wmz-portal.ru/list.php?c=komp_bezopasnost','','200','');
oCMenu.makeMenu('html45','1a','Мошенничество в интернете','http://www.wmz-portal.ru/list.php?c=lies','','200','');

oCMenu.makeMenu('plateshnie','1a','Платежные системы','http://www.wmz-portal.ru/list.php?c=platezh_systemy','','200','');
oCMenu.makeMenu('htmlinto','plateshnie','Введение','http://www.wmz-portal.ru/page.php?al=elektronnye_platezhnye_sistemy','','150','');
oCMenu.makeMenu('webmoney','plateshnie','WebMoney Transfer','http://www.wmz-portal.ru/page.php?al=webmoney','','150','');
oCMenu.makeMenu('yandex','plateshnie','Яндекс.Деньги','http://www.wmz-portal.ru/page.php?al=yandex_dengy','','150','');
oCMenu.makeMenu('htmlegold','plateshnie','E-Gold','http://www.wmz-portal.ru/page.php?al=sistema_egold','','150','');
oCMenu.makeMenu('paypal','plateshnie','система PayPal','http://www.wmz-portal.ru/page.php?al=platezhnaja_sistema_paypal','','150','');
oCMenu.makeMenu('alertpay','plateshnie','Alertpay','http://www.wmz-portal.ru/page.php?al=alertpay','','150','');
oCMenu.makeMenu('rupay','plateshnie','RBK Money (Rupay)','http://www.wmz-portal.ru/page.php?al=rbk_money_rupay','','150','');
oCMenu.makeMenu('mailru','plateshnie','Деньги@Mail.ru','http://www.wmz-portal.ru/page.php?al=platezhnaja_sistema_dengimail_ru','','150','');
oCMenu.makeMenu('moneybookers','plateshnie','Moneybookers','http://www.wmz-portal.ru/page.php?al=moneybookers','','150','');
oCMenu.makeMenu('libertyreserve','plateshnie','Liberty Reserve','http://www.wmz-portal.ru/page.php?al=platezhnaja_sistema_liberty_reserve','','150','');
oCMenu.makeMenu('ebullion','plateshnie','E-bullion','http://www.wmz-portal.ru/page.php?al=platezhnaja_sistema_ebullion','','150','');
oCMenu.makeMenu('stormpay','plateshnie','Stormpay','http://www.wmz-portal.ru/page.php?al=stormpay','','150','');
oCMenu.makeMenu('check','plateshnie','Оплата чеками','http://www.wmz-portal.ru/page.php?al=oplata_chekami','','150','');

oCMenu.makeMenu('2aa','','Работа в интернете','http://www.wmz-portal.ru/list.php?c=internet_rabota','','148','');

oCMenu.makeMenu('html350','2aa','Фриланс - удаленная работа','http://www.wmz-portal.ru/list.php?c=freelance','','220','');

oCMenu.makeMenu('2a','html350','Разработка сайтов','http://www.wmz-portal.ru/list.php?c=freelance_site','','200','');
oCMenu.makeMenu('3a','html350','Программирование','http://www.wmz-portal.ru/list.php?c=freelance_progr','','200','');
oCMenu.makeMenu('4a','html350','Переводы/Тексты','http://www.wmz-portal.ru/list.php?c=text','','200','');
oCMenu.makeMenu('5a','html350','Дизайн/Арт','http://www.wmz-portal.ru/list.php?c=design','','200','');
oCMenu.makeMenu('6a','html350','Реклама/Маркетинг','http://www.wmz-portal.ru/list.php?c=freelance_market','','200','');
oCMenu.makeMenu('7a','html350','Прочее','http://www.wmz-portal.ru/list.php?c=freelance_other','','200','');
oCMenu.makeMenu('7ab','html350','Поиск работы для фрилансера','http://www.wmz-portal.ru/list.php?c=kak_iskat_rabotu','','200','');
oCMenu.makeMenu('7aa','html350','Биржи фриланса','http://www.wmz-portal.ru/list.php?c=freelance_birzhy','','200','');

oCMenu.makeMenu('html351','2aa','Заработать на своем сайте','http://www.site.wmz-portal.ru/','','220','');
oCMenu.makeMenu('html352','html351','Контекстная реклама','http://www.site.wmz-portal.ru/context_about.html','','200','');
oCMenu.makeMenu('html353','html352','Что такое контекстная реклама','http://www.site.wmz-portal.ru/context_about.html','','220','');
oCMenu.makeMenu('html354','html352','Бегун','http://www.site.wmz-portal.ru/begun.html','','220','');
oCMenu.makeMenu('html355','html352','Google Adsense','http://www.site.wmz-portal.ru/google_adsense.html','','220','');
oCMenu.makeMenu('html356','html352','Яндекс.Директ','http://www.site.wmz-portal.ru/yandex_direct.html','','220','');
oCMenu.makeMenu('html356a','html352','Webalta','http://www.site.wmz-portal.ru/webalta.html','','220','');
oCMenu.makeMenu('html357','html351','Партнерские программы','http://www.site.wmz-portal.ru/partner.html','','200','');
oCMenu.makeMenu('html358','html351','Заработок на РРС','http://www.site.wmz-portal.ru/ppc.html','','200','');
oCMenu.makeMenu('html359','html351','Реклама на вашем сайте','http://www.site.wmz-portal.ru/advertising.html','','200','');


oCMenu.makeMenu('html42','2aa','Форекс','http://www.forex.wmz-portal.ru/','','220','');
oCMenu.makeMenu('html42a','html42','Что такое Форекс','http://www.forex.wmz-portal.ru/','','250','');
oCMenu.makeMenu('html42b','html42','Форекс. Базовый курс','http://www.forex.wmz-portal.ru/education.html','','250','');
oCMenu.makeMenu('html42c','html42','Трейдеру: выбор брокера','http://www.forex.wmz-portal.ru/trader.html','','250','');
oCMenu.makeMenu('html42e','html42','Инвестору: доверительное управление','http://www.forex.wmz-portal.ru/investor.html','','250','');
oCMenu.makeMenu('html42f','html42','Инвесторы и трейдеры на валютном рынке','http://www.wmz-portal.ru/job/forex/investory.html','','250','');

oCMenu.makeMenu('html42d','2aa','Заработок на размещение файлов','http://www.wmz-portal.ru/page.php?al=zarabotok_na_zagruzke_fajlov','','220','');

oCMenu.makeMenu('html35','2aa','"Спонсоры" или правда о кликах','http://www.wmz-portal.ru/list.php?c=sponsor','','220','');
oCMenu.makeMenu('html35a','html35','Введение','http://www.wmz-portal.ru/page.php?al=vvedenie','','150','');
oCMenu.makeMenu('html38','html35','Почтовые посредники','http://www.wmz-portal.ru/page.php?id=202','','150','');
oCMenu.makeMenu('html37','html35','Серфинг','http://www.wmz-portal.ru/page.php?id=203','','150','');
oCMenu.makeMenu('html39','html35','Автосерфинг','http://www.wmz-portal.ru/page.php?id=204','','150','');
oCMenu.makeMenu('html40','html35','Платные опросы','http://www.wmz-portal.ru/page.php?al=platnye_oprosy','','150','');
oCMenu.makeMenu('html43','html35','Онлайн инвестиции','http://www.wmz-portal.ru/page.php?id=206','','150','');

oCMenu.makeMenu('obuchenie','','Обучение','http://www.wmz-portal.ru/list.php?c=education','','82','');

oCMenu.makeMenu('stati','','Тематические статьи','http://www.wmz-portal.ru/list.php?c=articles','','157','');

oCMenu.makeMenu('8a','','Форум','http://www.wmz-portal.ru/forums.php','','64','');

oCMenu.makeMenu('html_blank_righ','','','','','10','');

//Leave this line - it constructs the menu
oCMenu.construct();
