function OpenVideoWindow(streamsource, mediapath) //, title, version)
{ 
	var URL ="http://streamsync.qbrick.com/06783/080520/frameset.htm?" + escape(streamsource) + "&" + escape(mediapath);
	var videowindow = window.open(URL, 'videowindow','scrolling=no,resizable=no,width=906,height=600,framespacing=0');
	videowindow.focus();
}
