FavUrl = "http://www.microsoft.com/emea/teched2008/default.aspx"; 
FavTitle = "Tech·Ed EMEA Home"; Rate = 0.0;
DialogWidth = 306; lc = "en-us"; 
DialogHeight = 290;
Host = "www.microsoft.com"; 
HostUrl = "/emea/teched2008/default.aspx";

function devjump() {
	location.href = "/emea/teched2008/developer/"
}

function itfjump() {
	location.href = "/emea/teched2008/itpro/"
}

$(document).ready(function(){

	$("#item2").hoverIntent({
		sensitivity: 1,
		interval: 20,
		over:
			function(){
				$("#item2dropdown").show();
			},
		timeout: 500,
		out:
			function(){
				$("#item2dropdown").hide();
			}
	});


	$("#item3").hoverIntent({
		sensitivity: 1,
		interval: 20,
		over:
			function(){
				$("#item3dropdown").show();
			},
		timeout: 500,
		out:
			function(){
				$("#item3dropdown").hide();
			}
	});
	

	$("#item4").hoverIntent({
		sensitivity: 1,
		interval: 20,
		over:
			function(){
				$("#item4dropdown").show();
			},
		timeout: 500,
		out:
			function(){
				$("#item4dropdown").hide();
			}
	});
	

	$("#item5").hoverIntent({
		sensitivity: 1,
		interval: 20,
		over:
			function(){
				$("#item5dropdown").show();
			},
		timeout: 500,
		out:
			function(){
				$("#item5dropdown").hide();
			}
	});
	

	$("#item6").hoverIntent({
		sensitivity: 1,
		interval: 20,
		over:
			function(){
				$("#item6dropdown").show();
			},
		timeout: 500,
		out:
			function(){
				$("#item6dropdown").hide();
			}
	});
	
	$("#item2").hoverIntent({
		sensitivity: 1,
		interval: 20,
		over:
			function(){
				$("#item2dropdown").slideDown("fast");
			},
		timeout: 500,
		out:
			function(){
				$("#item2dropdown").slideUp("fast");
			}
	});
	
	$("#item3").hoverIntent({
		sensitivity: 1,
		interval: 20,
		over:
			function(){
				$("#item3dropdown").slideDown("fast");
								},
		timeout: 500,
		out:
			function(){
				$("#item3dropdown").slideUp("fast");
			}
	});
	
	$("#item4").hoverIntent({
		sensitivity: 1,
		interval: 20,
		over:
			function(){
				$("#item4dropdown").slideDown("fast");
			},
		timeout: 500,
		out:
			function(){
				$("#item4dropdown").slideUp("fast");
			}
	});
	
	
	$("#item5").hoverIntent({
		sensitivity: 1,
		interval: 20,
		over:
			function(){
				$("#item5dropdown").slideDown("fast");
			},
		timeout: 500,
		out:
			function(){
				$("#item5dropdown").slideUp("fast");
			}
	});
	
	$("#item6").hoverIntent({
		sensitivity: 1,
		interval: 20,
		over:
			function(){
				$("#item6dropdown").slideDown("fast");
			},
		timeout: 500,
		out:
			function(){
				$("#item6dropdown").slideUp("fast");
			}
	});
	
	
});


function toggleDiv(divid){

}