/**
 * Sets the page content container (div or frame) to 100% - 150ox
 * @return void
 */
function setIframeHeight() {
	h = $(window).height() - 190;
	if ($('#scroller').length) {
		$('#scroller').height(h);
		w = $('#scroller').width() -18;
		$('#gallerybg').width(w);	
		$('#bodyflash').width(w);		
	} else if ($('#partnerframe').length) {
		$('#partnerframe').height(h);
	}
}
