$(document).ready(function() {
	$('#q').label({value: 'szukaj na gambia.pl', backgroundFocus: '#f9f9f9'});
	$('#name').label({value: 'imie i nazwisko', backgroundFocus: '#f9f9f9'});
	$('#email').label({value: 'e-mail', backgroundFocus: '#f9f9f9'});
	$('#phone').label({value: 'telefon', backgroundFocus: '#f9f9f9'});
	$('#topic').label({value: 'temat', backgroundFocus: '#f9f9f9'});
	$('#message').label({value: 'wiadomość', backgroundFocus: '#f9f9f9'});
	$('#visaForm input[type="text"]').label({value: '',backgroundFocus: '#f9f9f9'});
	
    $('#slideshow li a').lightBox();
	$('a[rel="lightbox[g1]"]').lightBox();
	
	$("#a4").mask("99-99-9999");
	$("#a13").mask("99-99-9999");
	$("#a25").mask("99-99-9999");
	
	$('img[align="left"]').css('margin-right','10px');
	$('img[align="right"]').css('margin-left','10px');
});

window.onload = function(){
	var m_height = $("div.left").height();
	var c_height = $("div.content").height()+220;
	if (m_height<c_height) {
		var menu_height = $("div.content").height()+220;
		$("div.left").css("min-height",menu_height);
		$("div.left").css("height",menu_height);
	}
}
