

/**********************************************************************************************

                               Tree Items and Content

**********************************************************************************************/

/*  

        Note:  Each <li... tag below creates a new tree item, you may add as many as you wish.  Terminate each line with 
               a backslash '\'.

     Warning:  Double check that there are no extra white spaces after your terminating '\' backslashes, the scroll will fail to
               load if there are extra spaces present.

*/




document.write('\
<ul id="tmenu0" style="display:none;">\
\
\
\
\
\
	<!-- Main Item 1... --><li><span>GENEL BİLGİ</span>\
\
		<!-- Sub Menu --><ul>\
		<li><a href="jeomuh.html">Jeofizik Mühendisliği</a></li>\
		<li><a href="anabilim.html">Ana Bilim Dalları</a></li>\
		<li><a href="isal.html" >İş Alanları</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
\
	<!-- Main Item 2... --><li><span>AKADEMİK KADRO</span>\
\
		<!-- Sub Menu --><ul>\
		<li><a href="OgretimUyeleri.html" >Öğretim Üyeleri</a></li>\
		<li><a href="OgretimElemanlari.html" >Öğretim Elemanları</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
\
	<!-- Main Item 3... --><li><span>LİSANS PROGRAMI</span>\
\
		<!-- Sub Menu --><ul>\
		<li><a href="Ldplani.html" >Ders Planı</a></li>\
                <li><a href="Licerigi.html" >Ders İçeriği</a></li>\
		<li><a href="Ldprogrami.html" >Ders Programı</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
\
	<!-- Main Item 4... --><li><span>LİSANSÜSTÜ PROGRAMI</span>\
\
		<!-- Sub Menu --><ul>\
                <li><a href="lisansustuogrenci.html" >Lisansüstü Öğrencileri</a></li>\
		<li><a href="YLplani.html" >Lisansüstü Ders Planı</a></li>\
                <li><a href="YLicerigi.html" >Lisansüstü Ders İçeriği</a></li>\
		<li><a href="YLDprogrami.html" >Lisansüstü Ders Programı</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
\
	<!-- Main Item 4... --><li><a href="digerkom.html">BÖLÜM KOMİSYONLARI</a></li>\
\
		<!-- Sub Menu --><ul>\
		<!-- *END SUB* --></ul></li>\
\
\
\
	<!-- Main Item 6... --><li><span>LABORATUVARLAR</span>\
\
		<!-- Sub Menu --><ul>\
                <li><a href="http://www.tektonik.sakarya.edu.tr/" >Tektonik Modelleme Laboratuvarı</a></li>\
                <li><a href="verilab.html" >Veri İşlem Laboratuvarı</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
\
	<!-- Main Item 6... --><li><a href="konferans.html">KONFERANS ve SEMİNERLER</a></li>\
\
		<!-- Sub Menu --><ul>\
                <!-- *END SUB* --></ul></li>\
\
\
\
	<!-- Main Item 6... --><li><span>DANIŞMANLIKLAR</span>\
\
		<!-- Sub Menu --><ul>\
                <li><a href="danis.html" >Öğrenci Danışmanlıkları</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
\
	<!-- Main Item 7... --><li><span>STAJLAR</span>\
\
		<!-- Sub Menu --><ul>\
		<li><a href="stajesas.html" >Staj Esasları</a></li>\
                <li><a href="stajkabul.doc" >Staj Kabul Formu</a></li>\
		<li><a href="stajdef.pdf" >Staj Defteri</a></li>\
		<li><a href="stajsorgu.html" >Staj Takip</a></li>\
		<li><a href="stajkom.html" >Staj Komisyonu</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
\
	<!-- Main Item 7... --><li><a href="http://www.erasmus.sakarya.edu.tr/" >ERASMUS</a></li>\
\
		<!-- Sub Menu --><ul>\
		<!-- *END SUB* --></ul></li>\
\
\
\
	<!-- Main Item 5... --><li><span>MÜDEK</span>\
\
		<!-- Sub Menu --><ul>\
                <li><a href="ozdegerlendirme.rar" >Müdek Özdeğerlendirme Raporu</a></li>\
                <li><a href="mudekkom.html" >Müdek Komisyonları</a></li>\
		<!-- *END SUB* --></ul></li>\
\
\
\
</ul>');





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function tmenudata0()
{

    /*---------------------------------------------
    Animation Settings
    ---------------------------------------------*/


	this.animation_jump = 10	//Measured in Milliseconds (1/1000s)
	this.animation_delay =5		//Measured in pixels

	

    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 5				//The image gap is applied to the left and right of the folder and document icons.
									//In the absence of a folder or document icon the gap is applied between the 
									//plus / minus symbols and the text only.

	
	this.plus_image = "image/plus.gif"		//specifies a custom plus image.
	this.minus_image = "image/minus.gif"		//specifies a custom minus image.
	this.pm_width_height = "9,9"			//Width & Height  - Note: Both images must be the same dimensions.


	this.folder_image = "image/folder.gif"		//Automatically applies to all items which may be expanded.
	this.document_image = "image/document.gif"	//Automatically applies to all items which are not expandable.
	this.icon_width_height = "10,8"		//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 8;			//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = true;		//Use a hand mouse cursor for expandable items, or the default arrow.




    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:Bold;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           color:#FFCC66;			\
	                                  	padding:1px;				"
                                           
                                          
    	this.sub_item_styles =            "text-decoration:none;		\
                                           font-weight:Bold;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           color:#ededed;				"



	/* Styles may be formatted as multi-line (seen above), or on a single line as shown below.
	   The expander_hover_styles apply to menu items which expand to show child menus.*/
		


	this.main_container_styles = "padding:0px;"
	this.sub_container_styles = "padding-top:3px; padding-bottom:3px;"

	this.main_link_styles = "color:#ffcc66; text-decoration:none;"
	this.main_link_hover_styles = "color:#ff9900; text-decoration:none;"
	
	this.sub_link_styles = "color:#99FF66; text-decoration:none;"
	this.sub_link_hover_styles = "color:#666666; text-decoration:none;"
	
	this.main_expander_hover_styles = "color:#ff9900; text-decoration:none;";
	this.sub_expander_hover_styles = "";
	

}