function openFTPStreamWidget(strOptions) {
  if ( typeof(strOptions) == "undefined" || strOptions == '' )
	  strOptions = 'left=50,top=50,resizable=yes,height=300,width=500';
		
	widgetWindow = window.open('http://telex-uk.ftpstream.com/list.php?popup=1&wid=84e4cf3p','widgetWindow',strOptions);
  widgetWindow.focus();
}