function show_window_iframe()
{
	
		
	if (document.getElementById('opis_iframe').scrolling=='yes')
	{
		document.getElementById('opis_iframe').height='320';
		document.getElementById('opis_iframe').scrolling='no';
		document.getElementById('butt_opis_iframe').innerHTML='Pokaż dłuższy opis &raquo;';
		document.getElementById('butt_opis_iframe2').innerHTML='Pokaż dłuższy opis &raquo;';
		
	}
	else
	{
		document.getElementById('opis_iframe').height='700';
		document.getElementById('opis_iframe').scrolling='yes';
		document.getElementById('butt_opis_iframe').innerHTML='&laquo; Schowaj opis';
		document.getElementById('butt_opis_iframe2').innerHTML='&laquo; Schowaj opis';
		
	}
	
	
	
	
}