function show(pic,xx,yy)
{
  var x=xx;
  var y=yy;
  mw = window.open("",""+xx*yy,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=0,top=0,width="+x+",height="+y);
  str = '<title>CTI-PRO, s.r.o. - Dialogic&reg; Regional Distributor</title><body bgcolor=#ffffff marginwidth="0" marginheight="0" style="margin: 0px 0px 0px 0px;"><img style="cursor: pointer;" onclick="javascript:window.close();" src="'+pic+'" width="'+x+'" height="'+y+'" alt="close" title="close" /></body>';
  mw.document.writeln(str);
}	

function newwin(pic,xx,yy)
{
  var x=xx;
  var y=yy;
  mw = window.open(""+pic+"",""+xx*yy,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=0,top=0,width="+x+",height="+y);
}	

function redirectOutput(myForm) {
	var w = window.open('about:blank','Popup_Window','...param s...');
	myForm.target = 'Popup_Window';
	return true;
}

function showflash(pic,xx,yy)
{
  var fname=pic;
  var x=xx;
  var y=yy;
  mw = window.open("",""+xx*yy,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=0,top=0,width="+x+",height="+y);
  mw.document.write('<html><title>CTI-PRO, s.r.o. - Dialogic&reg; Regional Distributor</title><body bgcolor="#FFFFFF">');
  mw.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+x+'" height="'+y+'">');
  mw.document.write('<param name="movie" value='+fname+'>');
  mw.document.write('<param name="quality" value="high">');
  mw.document.write('<embed src='+fname+' quality="high" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+x+'" height="'+y+'"></embed></object>');
  mw.document.write('</body></html>');
}