// JavaScript Document
$(function() {
	$('a.lightbox').lightBox(); // Select all links in the page
	// ... The possibility are many. Use your creative or choose one in the examples above
});

var flashvars = {home:'/', mapa:'?page=mapa-serwisu',
					linki: 'HOME,O NAS,GALERIA,TARGI,PYTANIA,PRACA,KONTAKT',
					adresy :'/,/o-nas,/galeria,/targi,/pytania/,praca,/kontakt',
					mapa:'/Mapa-serwisu',
					kontakt:'/kontakt'

				};
var params = {wmode:"transparent"};
var attributes = {}; 
swfobject.embedSWF("/gfx/flash/top.swf", "inner_flash", "960", "250", "9.0.0",'',flashvars, params, attributes);

window.onload = function(){
		
		var screenH = $(window).height(); 
		var topH = $('#top_flash').height();
		var footerH = $('#footer').height();
		var contentH = screenH - topH - footerH;
		var mcontH = $('#main_content').height();
		if (screenH >mcontH + footerH + topH )
		{
			$('#main_content').height(contentH);
		}
  
 };
$(document).ready(function() {

	$('#form').append('<iframe id="commentiframe" />');
	$('#commentiframe').attr('src', '/f_orm/form.php'); 
	$('#commentiframe').attr('width', '100%');
	$('#commentiframe').attr('height', '650px');
	$('#commentiframe').css('border', 'none');
	$('#commentiframe').attr('frameborder', '0');
	$('#commentiframe').attr('border', '0');
});
