// Initialize WebDDM
function initWebDDM ()
{
	// Preload all the images we will be using...
	WebDDM_preloadImages('/include/asagi-beyaz.gif',
		'/include/asagi-beyaz.gif');
	
	// Set arrow HTML
	var arrowDown = '<span style="position:relative;top:;left:5;">'+
		'<img src="/include/asagi-beyaz.gif" style="border-style: none;" />' +
		'</span>';
	var arrowLeft = '<span style="position:relative;top:0;left:5;">'+
		'<img src="/include/asagi-beyaz.gif" style="border-style: none;" />' +
		'</span>';
			
	// Begin base menu
	var menu = {
		'position':'relative',
		'top':0,
		'left':0,
		'width':90,
		'height':18,
		'expand_menu':'auto',

		// Begin array of items, level 0
		'items':{
			'top':0,
			'left':4,
			
			'background-item':{
				'width': 90, 'height': 18,
				'top':0, 'left':0,
				'class': 'container'
			},

// ############################## Begin for kurumsal ######################################	
			1:{
				'content':'Worldwide ' + '<IMG src="/include/asagi-beyaz.gif" border="0" alt="IAS Yazılım - Türkiye - CRM - MRP">',
				'content_menuopen':'<a href="/index.html" style="font-family:Arial, Sans, Verdana, Georgia, Helvetica, Times New Roman; font-size:15px;  text-decoration:none; color:#FFFFFF; font-weight:bold; background-color: #3A3E49;">Worldwide</font></a> <IMG src="/include/asagi-beyaz.gif" border="0" alt="IAS Yazılım - Türkiye - CRM - MRP">',
				'cursor':'hand',
				'width':88, 'height':18, 'offsetLeft': 0, 'offsetTop': 0,
				'class':'mainmenu_off',
				'class_menuopen':'mainmenu_rollover',
				
				// Begin array of items
				'items':{
					'top':20,
					'left':0,
					
					'background-item':{
						'width': 88, 'height': 85,
						'top':2, 'left':-3,
						'class': 'container'
					},
					
					1:{
						'content':'<span style="font-family:Arial, Sans, Verdana, Georgia, Helvetica, Times New Roman; font-size:12px;  text-decoration:none; color:#3A3E49; font-weight:bold;">English</span>',
						'content_rollover':'<a href="http://www.canias.com/" style="font-family:Arial, Sans, Verdana, Georgia, Helvetica, Times New Roman; font-size:12px;  text-decoration:none; color:#FFFFFF; font-weight:bold;">English</a>',
						'width':86, 'height':20, 'left':3, 'top': 3,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover',
						'css_rollover': 'font-weight: bold;'
					},
					2:{
						'content':'<span style="font-family:Arial, Sans, Verdana, Georgia, Helvetica, Times New Roman; font-size:12px;  text-decoration:none; color:#3A3E49; font-weight:bold;">Deutsch</span>',
						'content_rollover':'<a href="http://www.canias.de/" style="font-family:Arial, Sans, Verdana, Georgia, Helvetica, Times New Roman; font-size:12px;  text-decoration:none; color:#FFFFFF; font-weight:bold;">Deutsch</a>',
						'width':86, 'height':20, 'left':3, 'top': 23,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover',
						'css_rollover': 'font-weight: normal;'
					},
					3:{
						'content':'<span style="font-family:Arial, Sans, Verdana, Georgia, Helvetica, Times New Roman; font-size:12px;  text-decoration:none; color:#3A3E49; font-weight:bold;"><b>Italiano</b></span>',
						'content_rollover':'<a href="http://www.canias.it/" style="font-family:Arial, Sans, Verdana, Georgia, Helvetica, Times New Roman; font-size:12px;  text-decoration:none; color:#FFFFFF; font-weight:bold;">Italiano</a>',
						'width':86, 'height':20, 'left':3, 'top': 43,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover',
						'css_rollover': 'font-weight: normal;'
					},
					4:{
						'content':'<span style="font-family:Arial, Sans, Verdana, Georgia, Helvetica, Times New Roman; font-size:12px;  text-decoration:none; color:#3A3E49; font-weight:bold;">Chinese</span>',
						'content_rollover':'<a href="http://www.iaschina.com" style="font-family:Arial, Sans, Verdana, Georgia, Helvetica, Times New Roman; font-size:12px;  text-decoration:none; color:#FFFFFF; font-weight:bold;">Chinese</a>',
						'width':86, 'height':20, 'left':3, 'top': 63,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover',
						'css_rollover': 'font-weight: normal;'
					}
				}
				// End array of items
			}

		}
		// End array of items
	};
	// End base menu

	// Activate and build menu
	var WebDDM_mainmenu = new WebDDM('mainmenu', menu);
}
