//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	179;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	92; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#99ccff";	// main nav cell color
var rCOLOR = 	"FFFF99";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"black";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"tahoma";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#CACAFF";	// submenu cell color

var srCOLOR = 	"FFFF99";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"tahoma,arial";// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("http://oracleonline.info","Home",80,"center","","",0,0,"","#ffeeee","#ffeecc","#000066","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(120,"left","left",-4,0,"","#ffddaa","#eeeeee","#660000","#eebbbb","#660000","#770033");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://oracleonline.info","What\'s New","","");
	addSubmenuItem("http://oracleonline.info/links.html","Links","","");




addMainItem("","Oracle DBA Tutorial",130,"center","","",0,0,"","","","","");

	defineSubmenuProperties(220,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("Oracle_database.html","Introduction to Oracle Database","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(220,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("Oracle_database.html","What is a Oracle Database?","","");
		addChildmenuItem("DBA_task.html","Common Oracle DBA Tasks","","");
		addChildmenuItem("Oracle_utilities.html","Tools for Administering the Database","",""); 
		addChildmenuItem("Oracle_architecture.html","Oracle Database Architecture","",""); 
		addChildmenuItem("how_oracle_Works.html","How Oracle Works","",""); 

	addSubmenuItem("check_prereq.html","Installing Oracle Database","","");
		defineChildmenuProperties(315,"left","left",0,-20,"","","","","","","");

		 addChildmenuItem("check_prereq.html" ," Checking Prerequisites","","");
										
													 addChildmenuItem("install_choice.html" ,"Installation choices","","");
													
													 addChildmenuItem("install_database.html" ,"Installing Your Oracle Software and Database","","");
													
													 addChildmenuItem("dbca_create.html" ,"Using DBCA to Create a Database","","");
													
													 addChildmenuItem("DBCA_DELETE.html" ,"Using DBCA to Delete a Database","","");
													
													  addChildmenuItem("DBCA_CONFIGURE.html" ,"Using DBCA to Configure Database Options","","");
													
													 addChildmenuItem("upgrade_database.html" ," Upgrading a Database","","");
													

	addSubmenuItem("start_oem.html","Oracle Enterprise Manager","","");
			defineChildmenuProperties(300,"left","left",0,-20,"","","","","","","");
				addChildmenuItem("start_oem.html" ,"Starting the Oracle Enterprise Manager Console","","");															
addChildmenuItem("access_oem.html" ,"Accessing the Oracle Enterprise Manager Database","","");									
addChildmenuItem("Grant_dba_privs.html" ," Granting Database Control Administrative Privilege","","");		
addChildmenuItem("oem_preference.html" ,"Setting Up Enterprise Manager Preferences","","");

	addSubmenuItem("understand_network.html","Listener Configuration","","");
			defineChildmenuProperties(335,"left","left",0,-20,"","","","","","","");
			addChildmenuItem("understand_network.html","Understanding Network Configuration","","");
			addChildmenuItem("net_listener.html","Oracle Net Listener Configuration","","");		
			addChildmenuItem("client_config.html","Client Configuration","","");
addChildmenuItem("conn_req.html","Connection Requests","","");
addChildmenuItem("naming_methods.html","Naming Methods","","");
addChildmenuItem("tools_network_config.html","Tools for Network Configuration","","");
addChildmenuItem("view_listener_config.html" ,"Viewing Listener Configuration","","");		
addChildmenuItem("start_shut_listener.html","Starting and Shutting down the Listener","","");		
addChildmenuItem("config_ora_network.html","Configuring Oracle Networking on Client Machine","","");

	addSubmenuItem("Instance_memory.html","Oracle Instance","","");
			defineChildmenuProperties(325,"left","left",0,-20,"","","","","","","");
			addChildmenuItem("Instance_memory.html","Instance Memory Structure","","");
  addChildmenuItem("background_process.html"," Oracle Background Processes","","");												
addChildmenuItem("access_database.html","Accessing the Database","","");															
  addChildmenuItem("shut_database.html" ,"Shuting down and Restarting the instance and Database","","");						
  addChildmenuItem("view_parameter.html" ,"Viewing and Modifying Initialization","","");								
  addChildmenuItem("manage_memory_params.html" ,"Managing Memory Parameters","","");

	addSubmenuItem("control_file.html","Database Structures","","");
			defineChildmenuProperties(220,"left","left",0,-20,"","","","","","","");
			addChildmenuItem("control_file.html","The Control File","","");									
addChildmenuItem("redo_file.html","Redo Log Files","","");										 
addChildmenuItem("archive_file.html" ,"Archive Log Files","","");								
addChildmenuItem("tablespaces.html","Tablespaces","","");							
addChildmenuItem("datafiles.html","Datafiles","","");								
addChildmenuItem("param_file.html","Initialization Parameter File","","");									 
addChildmenuItem("password_file.html"," Password File","","");									
addChildmenuItem("backup_file.html","Backup Files","","");							
addChildmenuItem("view_tablespace.html","Viewing Tablespaces in your Database","","");									
addChildmenuItem("create_tablespace.html","Creating a Tablespace","","");									 
addChildmenuItem("modify_tablespace.html"," Modifying a Tablespace","","");										
addChildmenuItem("drop_tablespace.html","Dropping a Tablespace","","");											
addChildmenuItem("manage_undo.html","Managing Undo for Your Database","","");

	addSubmenuItem("data_admin_accts.html","Managing Users","","");
			defineChildmenuProperties(220,"left","left",0,-20,"","","","","","","");
			addChildmenuItem("data_admin_accts.html","Database Administrative Accounts","","");
addChildmenuItem("admin_roles.html","Administering Roles","","");									
addChildmenuItem("admin_profiles.html"  ,"Administering Profiles","","");										
addChildmenuItem("admin_users.html","Administering Database Users","","");											
addChildmenuItem("edit_user.html","Editing Users","","");									
addChildmenuItem("drop_user.html"," Dropping Users","","");


	addSubmenuItem("manage_tables.html","Managing Tables","","");
			defineChildmenuProperties(220,"left","left",0,-20,"","","","","","","");

			addChildmenuItem("manage_tables.html","Managing Tables","","");										
addChildmenuItem("create_table.html"," Creating Tables","","");											 
addChildmenuItem("modify_table.html","Modifying Table Attributes","","");											
addChildmenuItem("manage_index.html","Managing Indexes","","");


	addSubmenuItem("ora_backup_restore.html","Backup and Recovery Concepts","","");
			defineChildmenuProperties(305,"left","left",0,-20,"","","","","","","");
			addChildmenuItem("ora_backup_restore.html" ,"Backup, Restore and Recovery Concepts","","");
								addChildmenuItem("config_backup_restore.html","Configuring Database for Basic Backup and Recovery","","");													
							addChildmenuItem("backup_database.html"," Backing Up Your Database","","");
							addChildmenuItem("restore_recovery_oper.html" ,"Restore and Recovery Operations","","");
													
													 
												 
												

	addSubmenuItem("database_monitor.html","Performance Tuning","","");
			defineChildmenuProperties(300,"left","left",0,-20,"","","","","","","");

								addChildmenuItem("database_monitor.html","Proactive Database Monitoring","","");
								addChildmenuItem("performance_probs.html" ,"Oracle Diagnosing Performance Problems","","");
								addChildmenuItem("advisor_performance.html" ,"Using Advisors to Optimize Database Performance","","");
					
									
	


addMainItem("","SQL Statement Tuning",150,"center","","",0,0,"","","","","");

	defineSubmenuProperties(250,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("Need_for_tuning.html" ," The Need for Tuning","","");
			 
													
													addSubmenuItem("oracle_data_retrieval.html" ," The Basic Forms of Oracle Data Retrieval","","");
												 
													
													addSubmenuItem("oracle_optimizer.html" ," Oracle Optimizer","","");
												 
													
													addSubmenuItem("access_plan_statement.html" ," Obtaining the Access Plan for a Statement","","");
												 
													addSubmenuItem("tuning_single_stmt.html" ," Tuning A Single Statement","","");
												 													
													addSubmenuItem("identify_stmt.html" ," Identifying Existing Statements","","");
												
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		//defineChildmenuProperties(112,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("http://www.vancouversun.com","Vancouver Sun","","");
		//addChildmenuItem("http://www.ctvnews.ca","CTV News","","");


addMainItem("","Oracle DBA FAQ",120,"center","","",0,0,"","","","","");

	defineSubmenuProperties(250,"right","right",-4,0,"","","","","","","");


	addSubmenuItem("oracle_Dba_Faq.html" ,"What is a DBA FAQ","","");
		addSubmenuItem("oracle_certification.html" ,"Oracle DBA Certificaion FAQ","","");
		addSubmenuItem("sql_FAQ.html" ,"SQL FAQ","","");
		addSubmenuItem("rman_FAQ.html" ,"RMAN FAQ","","");

												
													
													


addMainItem("","Backup and Recovery",130,"center","","",0,0,"","","","","");

	defineSubmenuProperties(300,"right","right",-4,0,"","","","","","","");

			 addSubmenuItem("backup_recovery.html" ,"Basic Backup and Recovery Concepts","","");
													
				 addSubmenuItem("error_and_failure.html" ,"Errors and Failures Requiring Recovery","","");
													
				 addSubmenuItem("data_recovery.html" ,"Data Structures Used for Database Recovery","","");
				 addSubmenuItem("archive_mode.html" ,"Database Archiving Modes","","");
				 addSubmenuItem("whole_partial_backup.html"," Whole Database and Partial Database Backups","","");
				 addSubmenuItem("consistent_backup.html"," Consistent and Inconsistent Backup","","");
				  addSubmenuItem("types_of_backup.html"," Online, Offline, RMAN and User Managed Backups","","");

				  addSubmenuItem("types_of_recovery.html"," Types of Oracle Recovery","","");
				  				  addSubmenuItem("redo_recovery.html"," Redo Application During Recovery ","","");
				  				  addSubmenuItem("complete_incomplete_recovery.html"," Complete and Incomplete Media Recovery  ","","");
addSubmenuItem("rman_user_recovery.html"," RMAN and User-Managed Restore and Recovery  ","","");
addSubmenuItem("backup_strategy.html"," Oracle Backup Strategies  ","","");
addSubmenuItem("Restore_recovery_strategy.html"," Restore and Recovery Strategies  ","","");



		//defineChildmenuProperties(102,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		//addChildmenuItem("http://www.nbc.com","NBC","","");
		//addChildmenuItem("http://www.cbs.com","CBS","","");
		//addChildmenuItem("http://www.abc.com","ABC","","");
		//addChildmenuItem("http://www.fox.com","Fox Network","","");

addMainItem("","Advanced Topics",100,"center","","",0,0,"","","","","");

	defineSubmenuProperties(310,"right","right",-4,0,"","","","","","","");
addSubmenuItem("bitmap_index.html" ,"Oracle Bitmap Index","","");
addSubmenuItem("Oracle_Dba_scripts.html" ,"Oracle DBA Scripts","","");
addSubmenuItem("RAC.html" ,"Real Application Clusters","","");
		addSubmenuItem("oracle_Data_guard.html" ,"Oracle Data Guard","","");
			defineChildmenuProperties(325,"right","right",0,-20,"","","","","","","");
				addChildmenuItem("oracle_Data_guard.html" ,"Oracle Data Guard concepts","","");
				addChildmenuItem("standby_database_type.html" ,"Standby Database Types","","");
addChildmenuItem("data_guard_requirement.html" ,"Data Guard Operational Prerequisites","","");
addChildmenuItem("standby_database_directory.html" ,"Standby Database Directory Structure","","");
addChildmenuItem("standby_database_creation.html" ,"Primary Database for Standby Database Creation","","");
addChildmenuItem("steps_creating_standby_Database.html" ,"Standby Database Creation steps","","");
addChildmenuItem("logical_standby_database.html" ,"Logical Standby Database","","");
addChildmenuItem("redo_transport_services.html" ,"Redo Transport Services","","");
addChildmenuItem("log_apply_services.html" ,"Log Apply Services","","");
addChildmenuItem("role_transition.html" ,"Role Transition","","");




	addSubmenuItem("" ,"Oracle 11g New Features","","");
				defineChildmenuProperties(325,"right","right",0,-20,"","","","","","","");

									
													addChildmenuItem("Oracle_11g_data_replay.html" ,"Data Replay","","");
													
													 addChildmenuItem("Oracle_11g_transaction.html" ,"Transaction Management with logminer","","");
													
													 addChildmenuItem("Oracle_11g_schemamanagement.html","Schema Management","","");
													
													 addChildmenuItem("Oracle_11g_sqlplanmanagement.html","SQL Plan Management","","");
													
													addChildmenuItem("Oracle_11g_spa.html" ,"SQL Performance Analyzer","","");			
													addChildmenuItem("Oracle_11g_coding.html" ," PL/SQL Efficient Coding","","");
													
													addChildmenuItem("Oracle_11g_security.html","Oracle 11g Enhanced Security","","");
													
													addChildmenuItem("Oracle_11g_Partitioning.html" ," Partitioning to Perfection","","");



	addSubmenuItem("oracle_e_suite.html" ,"Oracle E-Business Suite Release 12 Benefits","","");
								
addSubmenuItem("oracle_encryption.html","Encryption and dbms_obfuscation_Toolkit","","");
													
addSubmenuItem("Oracle_grid_computing.html","Oracle Grid Computing","","");

 addSubmenuItem("database_backup.html" ,"Overview of Database Backup and Recovery Features","","");	
addSubmenuItem("install_on_linux.html" ,"Installing Oracle On Linux","","");

addMainItem("","Others",60,"center","","",0,0,"","","","","");

	defineSubmenuProperties(230,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("what_is_sql.html" ,"A Basic Introduction To SQL","","");
																								
addSubmenuItem("data_block_overview.html","Data Block Overview","","");
addSubmenuItem("Extents_overview.html","Extent Overview","","");
addSubmenuItem("segments_overview.html","Segments Overview","","");
addSubmenuItem("oracle_release.html","Identify your Oracle Database Release","","");
		//defineChildmenuProperties(102,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		//addChildmenuItem("http://www.nbc.com","NBC","","");
		//addChildmenuItem("http://www.cbs.com","CBS","","");
		//addChildmenuItem("http://www.abc.com","ABC","","");
		//addChildmenuItem("http://www.fox.com","Fox Network","","");



//**DO NOT EDIT THIS *****
}//***********************
//************************

