// JavaScript Document



function popClip (clip, xSize, ySize) {
	    clipFenster=window.open ("functions/flowplayer/clips.php?clip="+clip, "", "width="+xSize+",height="+ySize+",resizable=yes,scrolling=yes, scrollbars=yes, menubar=no");

}