$(document).ready(function(){

 

   //$(document).pngFix(); 
   //$("div#holder").pngFix(); 
   //$("#footer").pngFix(); 




  $("#application-error").hide();
  
    $("#show-error").click(function (){
		$("#application-error").toggle("slow");						   
								   
	}); 
  
 
 $('#pano').flash({

// test.swf is the flash document

swf: '/images/swf/pano.swf',
height:200,
width:285
	});
	
	
	
	var url = document.URL
$('a').each(function(){
	
	if (url == this.href) {
		
		$(this).addClass("active")
		} 
   
 });


   



  
 }); 
