function initVideoBox() {	
	
	var s1 = new SWFObject("/fileadmin/jw_flv_5.3/player.swf","adsplayer","180","160","9", "#FFFFFF");
	s1.addParam('allowfullscreen','true');
    s1.addParam('allowscriptaccess','always');
  
    var someThings = '&playerready=videoBoxReady()&smoothing=true&stretching=fill&controlbar=none&logo.file=/fileadmin/images/layout/logo_fakieshop_tv.png&logo.position=top-right&logo.hide=true&logo.timeout=10&autostart=false';
    someThings += '&id=videoBoxPlayer&volume=50&shuffle=false&repeat=none&linktarget=_blank';
	someThings += '&screencolor=FFFFFF&backcolor=DAD2C9&frontcolor=FFFFFF&lightcolor=F58220';
    s1.addParam('flashvars','file=/index.php%3Fid%3D192%26type=701'+someThings);

	s1.write("video_box");
}

function videoBoxReady() {
	// do nothing?
}

