
function Load_NM()
{
	var NM=new NM_Menu("NM_01",null);
  NM.orientation="horizontal";
  NM.direction="right";
  NM.left=0;
  NM.top=0;
  NM.zindex=50;
  
	var style1=new style();
  style1.orientation="vertical";
  style1.direction="down";
  style1.openTo="down";
  
	var image_path = "../../trmedia/"
	
  var sub1=new NM_Menu("",NM);
  sub1.offImg=image_path+"nav_hakkinda.gif";
  sub1.onImg=image_path+"nav_hakkinda_on.gif";
  sub1.width=109;
  sub1.height=26;
  sub1.setStyle(style1);
  sub1.openTo="up";
  sub1.fadeIn=800;
  sub1.fadeOut=800;
	sub1.orderd=70;
  sub1.scroll=25;
	sub1.scrollStyle="order";
  sub1.direction="up";
  sub1.orientation="vertical";
  sub1.title="Capitol Hakkında";
  sub1.addSelf();
	
// kurumsal alt menusu...	
/*
  var sub1_4=new NM_Menu("",sub1);
  sub1_4.url="../capitol/galeri.php";
  sub1_4.offImg=image_path+"nav_foto_galeri.gif";
  sub1_4.onImg=image_path+"nav_foto_galeri_on.gif";
  sub1_4.width=119;
  sub1_4.height=24;
  sub1_4.addSelf();
	*/
  var sub1_3=new NM_Menu("",sub1);
  sub1_3.url="../capitol/haberler.php";
  sub1_3.offImg=image_path+"nav_yenilikler.gif";
  sub1_3.onImg=image_path+"nav_yenilikler_on.gif";
  sub1_3.width=119;
  sub1_3.height=17;
  sub1_3.addSelf();

  var sub1_2=new NM_Menu("",sub1);
  sub1_2.url="../capitol/basin.php";
  sub1_2.offImg=image_path+"nav_basin.gif";
  sub1_2.onImg=image_path+"nav_basin_on.gif";
  sub1_2.width=119;
  sub1_2.height=17;
  sub1_2.addSelf();

  var sub1_1=new NM_Menu("",sub1);
  sub1_1.url="../capitol/index.php";
  sub1_1.offImg=image_path+"nav_kurumsal.gif";
  sub1_1.onImg=image_path+"nav_kurumsal_on.gif";
  sub1_1.width=119;
  sub1_1.height=22;
  sub1_1.addSelf();
 
 
  var sub2=new NM_Menu("",NM);
  sub2.url="javascript:menu_sinema();";
  sub2.offImg=image_path+"nav_sinema.gif";
  sub2.onImg=image_path+"nav_sinema_on.gif";
  sub2.width=50;
  sub2.height=26;
  sub2.addSelf();
 
  var sub3=new NM_Menu("",NM);
  sub3.url="../magazalar/index.php";
  sub3.offImg=image_path+"nav_magazalar.gif";
  sub3.onImg=image_path+"nav_magazalar_on.gif";
  sub3.width=75;
  sub3.height=26;
  sub3.addSelf();
 
  var sub4=new NM_Menu("",NM);
  sub4.url="../hizmetler/index.php";
  sub4.offImg=image_path+"nav_hizmetler.gif";
  sub4.onImg=image_path+"nav_hizmetler_on.gif";
  sub4.width=70;
  sub4.height=26;
  sub4.addSelf();
 
  var sub5=new NM_Menu("",NM);
  sub5.url="../etkinlikler/index.php";
  sub5.offImg=image_path+"nav_etkinlikler.gif";
  sub5.onImg=image_path+"nav_etkinlikler_on.gif";
  sub5.width=77;
  sub5.height=26;
  sub5.addSelf();
 
//galeri
  var sub6=new NM_Menu("",NM);
  sub6.url="../capitol/galeri.php";
  sub6.offImg=image_path+"galeri.png";
  sub6.onImg=image_path+"galeri_on.png";
  sub6.width=112;
  sub6.height=26;
  sub6.addSelf();
  
  
  var sub7=new NM_Menu("",NM);
  sub7.offImg=image_path+"nav_musteri.gif";
  sub7.onImg=image_path+"nav_musteri_on.gif";
  sub7.width=110;
  sub7.height=27;
  sub7.setStyle(style1);
  sub7.openTo="up";
  sub7.fadeIn=800;
  sub7.fadeOut=800;
	sub7.orderd=70;
  sub7.scroll=25;
	sub7.scrollStyle="order";
  sub7.direction="up";
  sub7.orientation="vertical";
  sub7.title="Müşteri İlişkileri";
  sub7.addSelf();

// musteri alt menusu...	
  var sub7_3=new NM_Menu("",sub7);
  sub7_3.url="../musteri/tuketici.php";
  sub7_3.offImg=image_path+"nav_tuketici.gif";
  sub7_3.onImg=image_path+"nav_tuketici_on.gif";
  sub7_3.width=149;
  sub7_3.height=24;
  sub7_3.addSelf();

  var sub7_2=new NM_Menu("",sub7);
  sub7_2.url="../musteri/index.php";
  sub7_2.offImg=image_path+"nav_gorus.gif";
  sub7_2.onImg=image_path+"nav_gorus_on.gif";
  sub7_2.width=149;
  sub7_2.height=17;
  sub7_2.addSelf();

  var sub7_1=new NM_Menu("",sub7);
  sub7_1.url="../musteri/isterim.php";
  sub7_1.offImg=image_path+"nav_isterim.gif";
  sub7_1.onImg=image_path+"nav_isterim_on.gif";
  sub7_1.width=149;
  sub7_1.height=22;
  sub7_1.addSelf();
	
  var sub8=new NM_Menu("",NM);
  sub8.url="../ik/basvuru.php";
  sub8.offImg=image_path+"nav_ik.gif";
  sub8.onImg=image_path+"nav_ik_on.gif";
  sub8.width=108;
  sub8.height=26;
  sub8.addSelf();
	
  var sub9=new NM_Menu("",NM);
  sub9.offImg=image_path+"nav_iletisim.gif";
  sub9.onImg=image_path+"nav_iletisim_on.gif";
  sub9.width=54;
  sub9.height=26;
  sub9.setStyle(style1);
  sub9.openTo="up";
  sub9.fadeIn=900;
  sub9.fadeOut=900;
	sub9.orderd=70;
  sub9.scroll=25;
	sub9.scrollStyle="order";
  sub9.direction="up";
  sub9.orientation="vertical";
  sub9.title="İletişim";
  sub9.addSelf();

// iletişim alt menusu...	
  var sub9_1=new NM_Menu("",sub9);
  sub9_1.url="../iletisim/index.php";
  sub9_1.offImg=image_path+"nav_bilgiler.gif";
  sub9_1.onImg=image_path+"nav_bilgiler_on.gif";
  sub9_1.width=143;
  sub9_1.height=24;
  sub9_1.addSelf();

  var sub9_2=new NM_Menu("",sub9);
  sub9_2.url="../iletisim/kiralama.php";
  sub9_2.offImg=image_path+"nav_kiralama.gif";
  sub9_2.onImg=image_path+"nav_kiralama_on.gif";
  sub9_2.width=143;
  sub9_2.height=17;
  sub9_2.addSelf();

  var sub9_3=new NM_Menu("",sub9);
  sub9_3.url="../iletisim/ulasim.php";
  sub9_3.offImg=image_path+"nav_ulasim.gif";
  sub9_3.onImg=image_path+"nav_ulasim_on.gif";
  sub9_3.width=143;
  sub9_3.height=22;
  sub9_3.addSelf();
	
  
  
  NM.prepare();
  NM_Init_Menu();
  
  
}


