//functions to set the height of the content area, id="content_text"



//functions for the Drop Down
window.addEvent('domready',function(){
			$('prodServ_drop').setStyle('display','block');
			$('prodServ_drop').set('opacity',0);
			$('prodServ_drop').set('tween', {duration: 300});
			$('arcStories_drop').setStyle('display','block');
			$('arcStories_drop').set('opacity',0);
			$('arcStories_drop').set('tween', {duration: 300});
			$('about_drop').setStyle('display','block');
			$('about_drop').set('opacity',0);
			$('about_drop').set('tween', {duration: 300});
			$('technology_drop').setStyle('display','block');
			$('technology_drop').set('opacity',0);
			$('technology_drop').set('tween', {duration: 300});
			$('hr_drop').setStyle('display','block');
			$('hr_drop').set('opacity',0);
			$('hr_drop').set('tween', {duration: 300});
			$('outsource_drop').setStyle('display','block');
			$('outsource_drop').set('opacity',0);
			$('outsource_drop').set('tween', {duration: 300});
			var sPath = window.location.pathname;
			var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
					
			$('prodServ').addEvent('mouseover',function(){
									$('prodServ_nav').setStyle('color','#6e71af');
									if(sPage=="index.html"){
										$('item_technology').setStyle('background','url(image/layout/dropdown_link_triangle.jpg)');
										}
									else{
										$('item_technology').setStyle('background','url(../image/layout/dropdown_link_triangle.jpg)');
									}
									$('item_technology').setStyle('background-position','right');
									$('item_technology').setStyle('background-repeat','no-repeat');
									if(sPage=="index.html"){
										$('item_hr').setStyle('background','url(image/layout/dropdown_link_triangle.jpg)');
										}
									else{
										$('item_hr').setStyle('background','url(../image/layout/dropdown_link_triangle.jpg)');
									}
									$('item_hr').setStyle('background-position','right');
									$('item_hr').setStyle('background-repeat','no-repeat');
									if(sPage=="index.html"){
										$('item_outsource').setStyle('background','url(image/layout/dropdown_link_triangle.jpg)');
										}
									else{
										$('item_outsource').setStyle('background','url(../image/layout/dropdown_link_triangle.jpg)');
									}
									$('item_outsource').setStyle('background-position','right');
									$('item_outsource').setStyle('background-repeat','no-repeat');
			});
			$('prodServ').addEvent('mouseout',function(){
									$('prodServ_nav').setStyle('color','#6b6b6b');
									$('item_technology').setStyle('background','none');
									$('item_hr').setStyle('background','none');
									$('item_outsource').setStyle('background','none');
			});
			$('prodServ_drop').addEvent('mouseover',function(){
									$('prodServ_nav').setStyle('color','#6e71af');
			});
			$('prodServ_drop').addEvent('mouseout',function(){
									$('prodServ_nav').setStyle('color','#6b6b6b');
			});
			
			$('item_technology').addEvent('mouseover',function(){
									if(sPage=="index.html"){
										$('item_technology').setStyle('background','url(image/layout/dropdown_link_triangle.jpg)');
										}
									else{
										$('item_technology').setStyle('background','url(../image/layout/dropdown_link_triangle.jpg)');
									}
									$('item_technology').setStyle('background-position','right');
									$('item_technology').setStyle('background-repeat','no-repeat');
									$('technology_drop').fade(1);
			});
			$('item_technology').addEvent('mouseout',function(){
									$('item_technology').setStyle('background','none');
									$('technology_drop').fade(0);
			});
			$('item_hr').addEvent('mouseover',function(){
									if(sPage=="index.html"){
										$('item_hr').setStyle('background','url(image/layout/dropdown_link_triangle.jpg)');
										}
									else{
										$('item_hr').setStyle('background','url(../image/layout/dropdown_link_triangle.jpg)');
									}
									$('item_hr').setStyle('background-position','right');
									$('item_hr').setStyle('background-repeat','no-repeat');
									$('hr_drop').fade(1);
			});
			$('item_hr').addEvent('mouseout',function(){
									$('item_hr').setStyle('background','none');
									$('hr_drop').fade(0);
			});
			$('item_outsource').addEvent('mouseover',function(){
									if(sPage=="index.html"){
										$('item_outsource').setStyle('background','url(image/layout/dropdown_link_triangle.jpg)');
										}
									else{
										$('item_outsource').setStyle('background','url(../image/layout/dropdown_link_triangle.jpg)');
									}
									$('item_outsource').setStyle('background-position','right');
									$('item_outsource').setStyle('background-repeat','no-repeat');
									$('outsource_drop').fade(1);
			});
			$('item_outsource').addEvent('mouseout',function(){
									$('item_outsource').setStyle('background','none');
									$('outsource_drop').fade(0);
			});
			$('technology_drop').addEvent('mouseover',function(){
									$('technology_drop').fade(1);
									$('prodServ_drop').fade(1);
									if(sPage=="index.html"){
										$('item_technology').setStyle('background','url(image/layout/dropdown_link_triangle.jpg)');
										}
									else{
										$('item_technology').setStyle('background','url(../image/layout/dropdown_link_triangle.jpg)');
									}
									$('item_technology').setStyle('background-position','right');
									$('item_technology').setStyle('background-repeat','no-repeat');
			});
			$('technology_drop').addEvent('mouseout',function(){
									$('technology_drop').fade(0);
									$('prodServ_drop').fade(0);
									$('item_technology').setStyle('background','none');
			});
			$('hr_drop').addEvent('mouseover',function(){
									$('hr_drop').fade(1);
									$('prodServ_drop').fade(1);
									if(sPage=="index.html"){
										$('item_hr').setStyle('background','url(image/layout/dropdown_link_triangle.jpg)');
										}
									else{
										$('item_hr').setStyle('background','url(../image/layout/dropdown_link_triangle.jpg)');
									}
									$('item_hr').setStyle('background-position','right');
									$('item_hr').setStyle('background-repeat','no-repeat');
			});
			$('hr_drop').addEvent('mouseout',function(){
									$('hr_drop').fade(0);
									$('prodServ_drop').fade(0);
									$('item_hr').setStyle('background','none');
			});
			$('outsource_drop').addEvent('mouseover',function(){
									$('outsource_drop').fade(1);
									$('prodServ_drop').fade(1);
									if(sPage=="index.html"){
										$('item_outsource').setStyle('background','url(image/layout/dropdown_link_triangle.jpg)');
										}
									else{
										$('item_outsource').setStyle('background','url(../image/layout/dropdown_link_triangle.jpg)');
									}
									$('item_outsource').setStyle('background-position','right');
									$('item_outsource').setStyle('background-repeat','no-repeat');
			});
			$('outsource_drop').addEvent('mouseout',function(){
									$('outsource_drop').fade(0);
									$('prodServ_drop').fade(0);
									$('item_outsource').setStyle('background','none');
			});
			
			
			
			$('arcStories').addEvent('mouseover',function(){
									$('arcStories_nav').setStyle('color','#6e71af');
			});
			$('arcStories').addEvent('mouseout',function(){
									$('arcStories_nav').setStyle('color','#6b6b6b');
			});
			$('arcStories_drop').addEvent('mouseover',function(){
									$('arcStories_nav').setStyle('color','#6e71af');
			});
			$('arcStories_drop').addEvent('mouseout',function(){
									$('arcStories_nav').setStyle('color','#6b6b6b');
			});
			
			
			$('about').addEvent('mouseover',function(){
									$('about_nav').setStyle('color','#6e71af');
			});
			$('about').addEvent('mouseout',function(){
									$('about_nav').setStyle('color','#6b6b6b');
			});
			$('about_drop').addEvent('mouseover',function(){
									$('about_nav').setStyle('color','#6e71af');
			});
			$('about_drop').addEvent('mouseout',function(){
									$('about_nav').setStyle('color','#6b6b6b');
			});
			
			$('typekit-badge-htw4ujt').setStyle('display','none');
			
			
});

