// JavaScript Document

function mapa_on() {
		    
            document.getElementById("mapa_serwisu").style.display = 'block';
			document.getElementById("b_off").style.display = 'block';
			document.getElementById("b_on").style.display = 'none';
          
            
         }
		 
function mapa_off() {
		    
            document.getElementById("mapa_serwisu").style.display = 'none';
						document.getElementById("b_off").style.display = 'none';
			document.getElementById("b_on").style.display = 'block';
          
            
         }
		 
		 
function formularz_on() { 
	
scroll(0,0);

var heightb = window.screen.height; 
document.getElementById("zaslona").style.width =  100+"%";
document.getElementById("zaslona").style.height = heightb+"px";
document.getElementById("zaslona").style.top = 0;
document.getElementById("zaslona").style.left = 0;
document.getElementById("zaslona").style.display = 'block';

var width  = 800;
var height = 700;
var left = (document.documentElement.clientWidth  - width)/2;
var top = 20;

document.getElementById("okno1").style.top = top+"px";
document.getElementById("okno1").style.left = left+"px";
document.getElementById("okno1").style.display = 'block';

if (document.getElementById){

document.getElementById("okno1").innerHTML ="<table width='800' border='0' align='center'><tr><td><div align='right'><a href='javascript:formularz_off();'><img src='images/b_x.jpg' width='30' height='30' border='0' /></a></div></td></tr></table><iframe id='ramka_f' src='formularz.php' width='800' height='700'></iframe><table width='800' border='0' align='center'><tr><td><div align='right'><a href='javascript:formularz_off();'><img src='images/b_x.jpg' width='30' height='30' border='0' /></a></div></td></tr></table>" ;

}else{

alert("Wystapil blad w systemie CMS");

}
}
/////////


function formularz_on2() { 
	
scroll(0,0);

var heightb = window.screen.height; 
document.getElementById("zaslona").style.width =  100+"%";
document.getElementById("zaslona").style.height = heightb+"px";
document.getElementById("zaslona").style.top = 0;
document.getElementById("zaslona").style.left = 0;
document.getElementById("zaslona").style.display = 'block';

var width  = 800;
var height = 700;
var left = (document.documentElement.clientWidth  - width)/2;
var top = 20;

document.getElementById("okno1").style.top = top+"px";
document.getElementById("okno1").style.left = left+"px";
document.getElementById("okno1").style.display = 'block';

if (document.getElementById){

document.getElementById("okno1").innerHTML ="<table width='800' border='0' align='center'><tr><td><div align='right'><a href='javascript:formularz_off();'><img src='images/b_x.jpg' width='30' height='30' border='0' /></a></div></td></tr></table><iframe id='ramka_f' src='formularz2.php' width='800' height='700'></iframe><table width='800' border='0' align='center'><tr><td><div align='right'><a href='javascript:formularz_off();'><img src='images/b_x.jpg' width='30' height='30' border='0' /></a></div></td></tr></table>" ;

}else{

alert("Wystapil blad w systemie CMS");

}
}

///////////


function formularz_off() { 

document.getElementById("zaslona").style.display = 'none';
document.getElementById("okno1").style.display = 'none';

if (document.getElementById){

document.getElementById("okno1").innerHTML ="" ;

}else{

alert("Wystapil blad w systemie CMS");

}
}
function umowa_off() { 

document.getElementById("okno1").style.display = 'none';

if (document.getElementById){

document.getElementById("okno1").innerHTML ="" ;

}else{

alert("Wystapil blad w systemie CMS");

}

formularz_on2();

}


function przeladuj() {

	document.getElementById("okno1").style.height = "1450px";
	document.getElementById("ramka_f").style.height = "1450px";
	document.getElementById("zaslona").style.height = "1900px";
	
}
function przeladuj2() {

    scroll(0,0);
	document.getElementById("okno1").style.height = "140px";
	document.getElementById("ramka_f").style.height = "140px";
	
}
function umowa() {
	
scroll(0,0);

var width  = 800;
var height = 1200;
var left = (document.documentElement.clientWidth  - width)/2;
var top = 20;

document.getElementById("okno1").style.top = top+"px";
document.getElementById("okno1").style.left = left+"px";
document.getElementById("okno1").style.display = 'block';

if (document.getElementById){

document.getElementById("okno1").style.height = "1450px";
document.getElementById("okno1").innerHTML ="<table width='800' border='0' align='center'><tr><td><div align='right'><a href='javascript:umowa_off();'><img src='images/b_x.jpg' width='30' height='30' border='0' /></a></div></td></tr></table><iframe id='ramka_u' src='umowa.php' width='800' height='1800'></iframe><table width='800' border='0' align='center'><tr><td><div align='right'><a href='javascript:umowa_off();'><img src='images/b_x.jpg' width='30' height='30' border='0' /></a></div></td></tr></table>" ;

}else{

alert("Wystapil blad w systemie CMS");

}	
}
