

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}

effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"


timegap=500			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=4;		// Sub menu offset Top position 
suboffset_left=6;		// Sub menu offset Left position
closeOnClick = true

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"DFDFDF",			// Mouse Off Font Color
"DarkRed",			// Mouse Off Background Color
"FFFFFF",			// Mouse On Font Color
"Red",			// Mouse On Background Color
"FFFFFF",			// Menu Border Color 
9,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"regular",				// Font Weight (bold or normal)
"verdana",			// Font Name
4,				// Menu Item Padding
"image/ok.gif",		// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"FFFFFF",			// 3D High Color
"000000",			// 3D Low Color
"000000",			// Current Page Item Font Color (leave this blank to disable)
"A6803D",			// Current Page Item Background Color (leave this blank to disable)
"image/ok.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"FFFFFF",				// Menu Item Separator Color
]


addmenu(menu=[			// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
115,				// Menu Top - The Top position of the menu in pixels
0,				// Menu Left - The Left position of the menu in pixels
111,				// Menu Width - Menus width in pixels
1,				// Menu Border Width 
"center",				// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,				// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 				// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,				// Position of TOP sub image left:center:right
,				// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,				// Right To Left - Used in Hebrew for example. (1=on/0=off)
,				// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,				// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,				// Background image for menu when BGColor set to transparent.
,				// Scrollable Menu
,				// Reserved for future use



//-- Menü Tanımları -----------------------------------------------------------------------------------------


     // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<b>ANASAYFA</b>&nbsp;&nbsp;<br>&nbsp;","index.asp",,"Anasayfa",1
,"<b>FİRMA</b>&nbsp;&nbsp;<br>&nbsp;","firma.htm",,"Firma Bilgileri",1
,"<b>FLOTEX</b><br>Rulo&nbsp;ve&nbsp;Karo&nbsp;Hali","show-menu=flotex",,"",1 
,"<b>TESSERA-ROYA</b>&nbsp;<br>Karo&nbsp;Halı&nbsp;", "show-menu=tesseraRoya",,"",1
,"<b>CORAL</b>&nbsp;&nbsp;<br>İç ve Dış Paspas","show-menu=coral",,"",1
,"<b>CHOCFLEX</b>&nbsp;&nbsp;<br>Rulo ve Karo Vinly","show-menu=choc",,"",1
,"<b>ARTLINES</b><br>Alüminyum Paspas&nbsp;","nuway.htm",,"Artlines",1
,"<b>İLETİŞİM</b><br>&nbsp;","iletisim.htm",,"İletişim",1


])

	addmenu(menu=["flotex",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"- TANIMI","tanimi.htm",,"Tanimi",1
	,"- NEDEN FLOTEX","nedenflo.htm",,"Neden Floteks",1
	,"- KARO - RULO","koro.htm",,"Koro - Rulo",1
	,"- REFERANSLAR","referanslarflo.htm",,"Floteks Referanslar",1
	,"- STOK","stok.htm",,"Stok",1
	])

	addmenu(menu=["tesseraRoya",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"- NEDEN KARO HALI", "nedenKaro.htm",,"Neden Karo",1
	,"- TESSERA", "tessera.htm",,"Tessera",1
	,"- ROYA", "roya.htm",,"Roya", 1
	,"- STOK", "istanbulStok.htm",,"Istanbul Stok", 1
	,"- REFERANSLAR", "referanslarTessera.htm",,"Tessera Referanslar", 1
	])
		
	addmenu(menu=["coral",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"- NEDEN PASPAS","pasfayda.htm",,"Paspasın Faydaları",1
	,"- İÇ PASPAS","icpas.htm",,"İç Paspas",1
	,"- DIŞ PASPAS","dispas.htm",,"Dış Paspas",1
	,"- REFERANSLAR","referanslarcoral.htm",,"Coral Referanslar",1
	])	


	addmenu(menu=["choc",,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"- REFERANSLAR","referanslarchoc.htm",,"Chocflex Referanslar",1
	])	


dumpmenus()