


$(document).ready(function(){ 

     // external links...
     $("a[rel=external]").attr("target","_blank");  
     $('#scroll').jScrollPane({showArrows:true, scrollbarWidth:18, dragMinHeight: 56, dragMaxHeight: 56}); 
     $('#scroll2').jScrollPane({showArrows:true, scrollbarWidth:18, dragMinHeight: 56, dragMaxHeight: 56}); 
     
	 $(".txtDate").datepicker({showOn: 'both', buttonImage: '/img/date.gif', buttonImageOnly: true});
        
});

function loadPano(no) {
	  p2q_loadPano("flash","pano","/swf/pano-"+no+"-hq.swf?v=6","775","319");
}

function p2q_loadPano(element,id,sFile,sWidth,sHeight) {

	var so = new SWFObject(sFile, id, sWidth, sHeight , "9");
    so.addParam("FlashVars", "externalinterface=1");
	so.addParam("allowFullScreen","true");
	so.write(element);

}

function getFlashMovie(movieName) {
     var isIE = navigator.appName.indexOf("Microsoft") != -1;
     return (isIE) ? window[movieName] : document[movieName];
}

