
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:525px">\
<li  style="width:100px;"><a href="index_tr.htm" target="_self">Ana Sayfa</a>\
\
<li  style="width:100px;"><a href="hakkimizda.html" target="_self">Hakk&#305;m&#305;zda</a>\
\
<li  style="width:180px;"><a href="#" target="_self">Ürünlerimiz</a>\
\
	<div><div style="width:180px;top:0;left:0;"><ul style="">\
	<li ><a href="sabit_bilyali.htm" target="_self">Rulmanlar</a></li>\
	<li ><a href="rulman_yataklari.htm" target="_self">Rulman Yataklar&#305; ve Kaplinler</a></li>\
	<li ><a href="v_kayislari.htm" target="_self">V-Kay&#305;&#351;lar&#305;</a></li>\
	<li ><a href="yag_keceleri.htm" target="_self">Ya&#287; Keçeleri</a></li>\
	<li ><a href="burclu_kasnaklar.htm" target="_self">Kasnaklar</a></li>\
	<li ><a href="sekmanlar.htm" target="_self">Sekmanlar</a></li>\
	<li ><a href="disli.htm" target="_self">Di&#351;liler</a></li>\
	<li ><a href="zincir.htm" target="_self">Zincirler</a></li>\
	<li ><a href="tekerlekler.htm" target="_self">Tekerlekler</a></li>\
	<li ><a href="yaglar.htm" target="_self">Sanayi ve Madeni ya&#287;lar</a></li>\
	<li ><a href="balonlu_naylon.htm" target="_self">Balonlu Naylonlar</a></li>\
	<li ><a href="strec.htm" target="_self">Streçler</a></li>\
	<li ><a href="koruma_film.htm" target="_self">Koruma Filmleri</a></li>\
	<li ><a href="reduktorler.htm" target="_self">Motorlar ve Redüktörler</a></li>\
	</ul></div></div></li>\
	\
<li  style="width:120px;"><a href="makina.htm" target="_self">Makina</a>\
\
<li  style="width:125px;"><a href="siparis.htm" target="_blank">Sipari&#351; Formu</a>\
\
<li  style="width:125px;"><a href="iletisim.htm" target="_self">Ileti&#351;im Bilgileri</a>\
\
</ul><div style="clear:left;"></div></div></div></div>\
');







/*

          Tips & Tricks

             1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
                the id='imenus0' statement within the menu structure and links secion above.  The numbers must 
                match for the menu to work, multiple menus may be used on a single page by adding new sections 
                with new id's.

             2: To specifically define settings for an individual item or container, apply classes or inline styles
                directly to the UL and A tags in the HTML tags which define your menus structure and links above.

             3: Use the parameter options below to define borders and padding.  Borders and padding specified
                within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
                some browsers.
 
*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


function imenus_data0(){


	this.enable_visual_design_mode = false			//turns the visual design pad option on or off

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = "arrow_main.gif"
	this.main_expand_image_hover = "arrow_main.gif"
	this.main_expand_image_width = "7"
	this.main_expand_image_height = "5"
	this.main_expand_image_offx = "-1"
	this.main_expand_image_offy = "5"

	this.sub_expand_image = "arrow_sub.gif"
	this.sub_expand_image_hover = "arrow_sub.gif"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "13"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "0"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#000000; border-style:solid; border-color:#000000; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#d13939; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:4px; padding-left:12px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:#d13939; color:#000000; "
	this.main_item_active_styles = "text-decoration:underline; "


	//Sub Menu

	this.subs_container_styles = "background-color:#d13939; border-style:solid; border-color:#d13939; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "color:#111111; text-align:left; font-size:12px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#ffffff; "
	this.subs_item_active_styles = "text-decoration:underline; "


}



