$(document).ready(function(){
	if($('#wrapper>.body>.middle').height()<650){$('#wrapper>.body>.middle').height(650);}
	$('.target').attr({'target':'_blank'});
	openAnn=function(url,wd,hd){
		var width, height;
		var tt = 0;
		var proc = 80;
		var w = screen.width;
		var h = screen.height;
		var width = 400;
		var height = 572;
		var l = ( w - width )/2 -15;
		var t = ( h - height )/2 - tt;
		window.open( url, "_blank", "toolbar=0,scrollbars=1,resizable=1,left="+l+",top="+t+",width="+width+",height="+height );
		return false;
	}
	syn=function(){
		return;
		$('#wrapper>.foot').css({
			'position':'absolute',
			'top':$(window).height()-$('#wrapper>.foot').height(),
			'left':'0px'
		});
	}
	$('.company-name>a').click(function(){openAnn(this.href); return false;});
	
	if(/MSIE/.test(navigator.userAgent)){
		$('#wrapper>.foot').css({'margin-top':'20px'});
		$('.karte').css({'padding':'0px 72px 45px 12px;'});
		$('.karte>.staip').hide();
	}
	if(!/MSIE/.test(navigator.userAgent)&&!/\/plan/.test(window.location)){
		$('#wrapper>.body').css({'height':($(window).height()-170)});
		setTimeout(syn,500);
	}
	
	$("a[rel=galerija]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Attēls ' + (currentIndex + 1) + ' no ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});

});
