/*
 *
 *  simple opener
 */


function orbitfilter_openwin(url,width,height) {
	height += 40;
	var orbitfilter_videoplayer = window.open(url,"videoplayer","width="+width+",height="+height+",scrollbars=no");
	orbitfilter_videoplayer.focus();
}