var myBI = new BrowserInfo();
jQuery(function($j){$j('.fixed').exFixed()});


	function OPEN(obj){
		
	if(myBI.ie && myBI.ieVersion==6){
		$("FLASH").style.height =document.documentElement.clientHeight+"px";
	}else{
		$("FLASH").style.height ="100%";
	}
	if(navigator.appName.indexOf("Microsoft") != -1){
		window.externalFlash.OPEN(obj);
	}else{
		document.externalFlash.OPEN(obj);
	}
	
}

function CLOSE(){
	$("FLASH").style.height ="1px";
	if(navigator.appName.indexOf("Microsoft") != -1){
		window.externalFlash2.ACTIVE();
	}else{
		document.externalFlash2.ACTIVE();
	}
}


function jumpAnchor(){
	location.href="#GALLERY";
}