//© by www.tirol-infos.at
//<![CDATA[



//*****************  PANORAMIO ***************************************


function blockdisplay( i )
{
	if ( document.getElementById )
	{
		if ( document.getElementById( "blockdisplay" + i ) )
		{
			for ( j = 1; j < 1000; j++ )
			{
				if ( document.getElementById( 'blockdisplay' + j ) )
				{
					document.getElementById( 'blockdisplay' + j ).style.display = 'none';
				}
				else
				{
					j = 1000;
				}
			}
			if ( i )
			{
				document.getElementById( "blockdisplay" + i ).style.display = 'block';
			}
		}
	}
}

function loadPanoramio()
{

	if(document.getElementById("panoramio_thumbnails"))
         {
         	if(!document.getElementById("panoramio_thumbnails").hasChildNodes())
                 {
                 	document.getElementById("panoramio_copywrite").innerHTML='<img src="../style-images/loader.gif" alt="Lade Fotos ..." style="padding:30px;" />';var A=document.createElement("script");A.src=SCR.src;A.type="text/javascript";document.getElementsByTagName("head")[0].appendChild(A)
                 }
         }
}



function panoramioresults(A)
{
	photos=A.photos;document.getElementById("panoramio_copywrite").innerHTML="";copyinfo(photos);panoramiogallery(photos)
}

function enlarge(B)
{
	var A=B.src.replace(/square/g,"small");var E=B.alt;var D=document.getElementById("groot");var C=document.getElementById("panoLink");D.src=A;C.href=E
}

function panoMeta(D)
{
	for(var C=0;C<photos.length;C++)
         {
         	var A=photos[C];var B=A.photo_id;panImage=document.getElementById(B);panImage.style.display="none"
         }
         selImage=document.getElementById(D);selImage.style.display="block";document.getElementById("groot").style.visibility="visible"
         }
function copyinfo(I)
{
for(var D=0;D<I.length;D++)
        {
        var A=I[D];var C=A.photo_id;var E=A.photo_url;var B=A.photo_file_url;var H=A.owner_url;var F=A.owner_name;var G='<p style="display:none;font-size: 0.88em;color: #666;" id="'+C+'"><img src="../style-images/panoramio.gif" alt="" />Image by <a rel="nofollow" target="_blank" style="color: #666" href="'+H+'">'+F+'</a><br />Photos provided by <a href="http://www.panoramio.com" style="color: #666" rel="nofollow" target="_blank">Panoramio</a> are under the<br>copyright of their owners.</p>';
                       if(document.getElementById("panoramio_copywrite"))
                       {
                       document.getElementById("panoramio_copywrite").innerHTML=document.getElementById("panoramio_copywrite").innerHTML+G
                       }
            }
}

function panoramiogallery(I)
{

for(var D=0;D<I.length;D++)
        {
        var F="";var A=I[D];var C=A.photo_id;var E=A.photo_url;var B=A.photo_file_url;var H=A.photo_title;var G=H.toLowerCase().search(myRegExp);
                     if(G<0)
                     {
                     var F='<img class="hotel" style="cursor:pointer;padding:.1em;" alt='+E+" onclick=\"enlarge(this);panoMeta('"+C+"');\" src="+B+" />"
                     }
                     if(document.getElementById("panoramio_thumbnails"))
                     {
                     document.getElementById("panoramio_thumbnails").innerHTML=document.getElementById("panoramio_thumbnails").innerHTML+F
                     }
            }
}






//]]>