$(document).ready(function(){

	$('#hdslrImageMap area').removeAttr('title');
	
	$('#hdslrImageMap area').mouseover(function() {
		var current = $(this);
		var url = $(this).attr('href');
		$(this).next('a').attr("href", url);
		t = setTimeout(function() {
		$(current).next('a').fadeIn('fast');}, 200);
		});
	
	$('#hdslrImageMap area').mouseout(function() {
		clearTimeout(t);
		});
	
	$('#hdslrHeadImage').mouseover(function() {
		$('#hdslrImageMap area').next('a').fadeOut('fast');
		});

});

function videoHdslr() {
	window.open('http://www.video.bhphotovideo.com/index.jsp?fr_chl=21a75f44fa098827d21f1a1521be845b28981b01','BH_Videos',"width=980,height=740,resizable=no,scrollbars=yes,toolbar=no,status=no,menubar=no");
}


