window.addEvent('load', function() {
	
	var so = new SWFObject("/design/flash/overlay-limo.swf", "flashobject", "850", "620", "7", "#ffffff");
	so.addParam("wmode", "transparent");
	so.write("overlayBanner");
			
	if(window.getScrollHeight() > window.getHeight()) {
		$('popupBanner').setStyle('height', window.getScrollHeight());
	} else {
		$('popupBanner').setStyle('height', window.getHeight());
	}

});


function hidebanner(){
	$('popupBanner').setStyle('display', 'none');
}