

var FlashHandler = function(){
    return {
	init:function(){

	},
	setHeight:function(height){
	    document.getElementById('gallery').style.height=height+'px';
	}
    }
}();


