
/* ADDITIONAL FUNCTIONS ONLY FOR CINEFAB */
function flashViewFLVexternal(flvName){
	var w = 680;
	var h = 560;
	
	newwindow=window.open('http://hosting.cinefab.de/src/popup.html?xmlname='+flvName, 'externalWindow', 'width='+w+',height='+h+',scrollbar=no');
	if (window.focus) {newwindow.focus()}
}
