function openOverlay() {
	//if(!lock) {
		//var headerp = document.getElementById('HEADERPIC');
		//alert(headerp.style.height);
	//headerp.style.height="468px";
	//$('#HEADERPIC').animate({height: "468px"},1500, function(){ alert('heigt468');});
	//lock=true;
	
	$('#HEADERPIC').attr('height', 468);
	$('#flashHeaderObject').attr('height', 468);
	//$('#flashHeaderObject').animate({height: "468px"},1500);
}						
function closeOverlay() {
	//$('div#HEADERPIC').animate({height: "180px"},1500, function(){$('#HEADERPIC object').attr('height', 180);});
	$('#HEADERPIC').attr('height', 180);
	$('#flashHeaderObject').attr('height', 180);
	//lock=false;
}
