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


	function OPEN(obj){
		OBJ=obj;
	if(myBI.ie && myBI.ieVersion==6){
		$("FLASH").style.height =document.documentElement.clientHeight+"px";
	}else{
		$("FLASH").style.height ="100%";
	}
	timerID = setTimeout("OPEN2()", 200);
}

function OPEN2(){
	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";
}
