
// WYSYLANIE DANYCH INPUTAMI Z OFERT  
function send( id )  
{
    document.getElementById('site').of_op.value = id;
    document.site.submit();
}

//  WYSYLANIE DANYCH INPUTAMI Z OFERT 
function change( id )  
{
    document.getElementById('site').akcja.value = id;
    document.site.submit();
}

 //   ZMIANA  PODSTRONY ZE STOPKI 
function menu_change( id )   
{
    document.getElementById('site').r_content.value = id;
    document.site.submit();
}

menu_status = new Array();

function showHide(theid)
{
    if (document.getElementById) 
	{
		var switch_id = document.getElementById(theid);

        if(menu_status[theid] != 'show') 
		{
           switch_id.className = 'show';
           menu_status[theid] = 'show';
        }
		else
		{
           switch_id.className = 'hide';
           menu_status[theid] = 'hide';
        }
    }
}

function hide(theid)
{
    if (document.getElementById) 
	{
		var switch_id = document.getElementById(theid);
		switch_id.className = 'hide';
		menu_status[theid] = 'hide';
    }
}

function show(theid)
{
    if (document.getElementById) 
	{
		var switch_id = document.getElementById(theid);
		switch_id.className = 'show';
		menu_status[theid] = 'show';
    }
}

function czas()
{
	D = new Date();
	G = D.getHours();
	M = D.getMinutes(); M=M<10?'0'+M:M;
	S = D.getSeconds(); S=S<10?'0'+S:S;
	document.getElementById('czas').innerHTML=' '+ G + ':' + M + ':' + S;
	setTimeout('czas()', 1000);
}

//  ZMIANA JEZYKA Z WYBORU DOKUMENTOW I CERTYFIKATÓW
function switch_doclang( id ) 
{		
	document.getElementById('site').doclang.value = id;
	document.site.submit();
}

//  ZMIANA JEZYKA STRONY
function switch_lang( id ) 
{		
	document.getElementById('site').lang.value = id;
	document.site.submit();
}


//  ZMIANA WOJEWODZTWA  
function zmien_woj( id ) 
{		
	document.getElementById('site').woj.value = id;
	document.site.submit();
}

//  ZMIANA KRAJU  
function zmien_kraj( id ) 
{		
	document.getElementById('site').kraj.value = id;
	document.site.submit();
}

function initialize() 
{
    if (GBrowserIsCompatible()) 
	{
        var map = new GMap2(document.getElementById("map_canvas"));
        map.addControl(new GSmallMapControl());
        map.addControl(new GMapTypeControl());
		map.addControl(new GOverviewMapControl());
		map.setCenter(new GLatLng(50.014472, 18.436947), 6);
		var info='<div style="background-color: #ffffff; width: 230px; font-size: 11px; FONT-FAMILY: Arial, Verdana, Tahoma, Sans-Serif;"><b>Termo Profil Spółka z o. o.</b><br><font color="#ea0900">Fabryka okien i drzwi</font><hr size="1" color="#f1f1f1"><img src="images/firma.jpg"><br>ul. Górnicza 17E<br>44-300 Wodzisław Śląski<br>tel. +48 (032) 456-22-00<br>fax. +48 (032) 453-93-52<br>e-mail: termoprofil@termoprofil.eu<br><hr size="1" color="#f1f1f1"><b>GPS:</b> N 53&deg;00\'51.9582;&nbsp;E 18&deg;26\'13.0086</div>';
        var point = new GLatLng(50.014472, 18.436947);
         var marker = new GMarker(point);
         GEvent.addListener(marker, "click", function() {
          marker.openInfoWindowHtml(info);
         });
         map.addOverlay(marker);
         marker.openInfoWindowHtml(info);
    }
}    



//  GOOGLE ANALYTICS 
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-9017503-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


// GOOGLE ANALYTICS 
