host='http://cuadro.pl/sunseasons24/';


function fotoZmien(foto,foty)
	{
		//foty=5;
		for(i=1;i<=foty;i++)
			{
				document.getElementById('foto_'+i).style.display='none';
				document.getElementById('foto_link_'+i).style.backgroundColor='';
				document.getElementById('foto_link_'+i).style.color='#000';
				//if (foty=i)
				//	document.getElementById('foto_'+i).style.display='inline';
			}
		//document.getElementById('navi').getElementsByTagName('a').style.backgroundColor='#ffff00';
		document.getElementById('foto_'+foto).style.display='inline';
		document.getElementById('foto_link_'+foto).style.backgroundColor='#D10000';
		document.getElementById('foto_link_'+foto).style.color='#fff';		
		//document.getElementById('foto').innerHTML='<img src="imgs/apartamenty/kwiatowy_2.jpg" width="500" height="200" />';
	}
	

function widokZmien(widok)
	{
		if (widok=='panorama')
			{
				document.getElementById('info').style.display='none';
				document.getElementById('mapa').style.display='none';
				document.getElementById('panorama').style.display='inline';
				document.getElementById('panorama_link').style.background="background-image: url('"+host+"imgs/tmp_navi_on.gif')";
				document.getElementById('panorama_link').style.color="#fff";
				
				document.getElementById('info_link').style.background="background-image: url('"+host+"imgs/tmp_navi_off.gif')";
				document.getElementById('info_link').style.color="#000";
				document.getElementById('mapa_link').style.background="background-image: url('"+host+"imgs/tmp_navi_off.gif')";
				document.getElementById('mapa_link').style.color="#000";				
			}
		if (widok=='info')
			{

				document.getElementById('panorama').style.display='none';				
				document.getElementById('mapa').style.display='none';
				document.getElementById('info').style.display='inline';
				document.getElementById('info_link').style.background="background-image: url('"+host+"imgs/tmp_navi_on.gif')";
				document.getElementById('info_link').style.color="#fff";
				
				document.getElementById('panorama_link').style.background="background-image: url('"+host+"imgs/tmp_navi_off.gif')";
				document.getElementById('panorama_link').style.color="#000";
				document.getElementById('mapa_link').style.background="background-image: url('"+host+"imgs/tmp_navi_off.gif')";
				document.getElementById('mapa_link').style.color="#000";					
			}	
		if (widok=='mapa')
			{
				document.getElementById('info').style.display='none';
				document.getElementById('panorama').style.display='none';				
				document.getElementById('mapa').style.display='inline';

				document.getElementById('mapa_link').style.background="background-image: url('"+host+"imgs/tmp_navi_on.gif')";
				document.getElementById('mapa_link').style.color="#fff";
				
				document.getElementById('info_link').style.background="background-image: url('"+host+"/imgs/tmp_navi_off.gif')";
				document.getElementById('info_link').style.color="#000";
				document.getElementById('panorama_link').style.background="background-image: url('"+host+"imgs/tmp_navi_off.gif')";
				document.getElementById('panorama_link').style.color="#000";	
			/*	jQuery(document).ready(function() {
                 DoCelu.loadMap(document.getElementById('mapa'), null, function() {
 					var view = {
					                 // długość geograficzna
									 "lon" :15.746068954467773,                 // szerokość geograficzna                 
									 "lat" :  50.77386752173477,                 
									 "zoom" : 18             };             
					DoCelu.setMapView(view); 
				                 });
			      });
			*/
			}				
	}
