$(document).ready(function() {
			
			$(".help").fancybox({
			'overlayColor' : '#000',
			'overlayOpacity' : '0.4'
			});

			$(".fancy").fancybox({
				'titlePosition'	: 'over',
				'cyclic' : true,
				'overlayColor' : '#000',
				'overlayOpacity' : '0.4',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Bild ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}

			});
	
	$('#map1').click(function(){


		$("#port_1_starter").click();
		return false;


	
	});
	
	$('#map2').click(function(){


		$("#port_2_starter").click();
		return false;


	
	});
	
	$('#map3').click(function(){


		$("#port_3_starter").click();
		return false;


	
	});
	
	$('#map4').click(function(){


		$("#port_4_starter").click();
		return false;


	
	});
	
	$('#map5').click(function(){


		$("#port_5_starter").click();
		return false;


	
	});
	
	$('#map6').click(function(){


		$("#port_6_starter").click();
		return false;


	
	});
	
	$('#map7').click(function(){


		$("#port_7_starter").click();
		return false;


	
	});
		
	
	$('.focus_clear').focus(function(){
	$("#blur_control").html($(this).attr('value'));$(this).val('');
});

$('.focus_clear').blur(function(){if($(this).val()==""){$(this).val($("#blur_control").html());}});
	 
		 
});





