function swf(){
   document.getElementById("wideo").innerHTML = '<object width="324" height="205"><param name="movie" value="http://www.youtube.com/v/wdIGIztna_Q&hl=pl&fs=1&rel=0&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wdIGIztna_Q&hl=pl&fs=1&rel=0&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="324" height="205"></embed></object>';
}

function resizeIframe(x) {
	try{
		x.scrolling = 'no';
		x.style.height = x.contentWindow.document.body.scrollHeight+30+'px';
	} catch(x) {} 
}