menu[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'<img src="menu.png" alt="MENU">', // bar text (the vertical cell) use text or img tag
menupos:'right',
kviewtype:'fixed',
barcolor:'transparent',        // bar (the vertical cell) text color
barbgcolor:'transparent',   // bar (the vertical cell) background color
bordercolor:'transparent', // inner border color
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Menu"], //create header
["ANA SAYFA", "http://www.cinema4d.tv/index.php", ""],
["C4D FORUM", "http://www.cinema4d.tv/forumdisplay.php?f=1",""],
["HABERLER", "http://www.cinema4d.tv/showmodules.php?id=all&cat=1", ""],
["Yazilar", "http://www.cinema4d.tv/showmodules.php?id=all&cat=2", ""],
["AYARLAR", "http://www.cinema4d.tv/profile.php?do=editoptions", ""],
["Röportaj", "http://www.cinema4d.tv/showmodules.php?id=11&cat=4", ""],

["iletisim", "http://www.cinema4d.tv/sendmessage.php", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Email", "http://www.cinema4d.tv/sendmessage.php", "",1],

 //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();