var width=433;
var height=400;
var parameters = "scrollbars=no,menubar=no,titlebar=no,status=yes,left=100,top=40,directories=no,toolbar=no,resizable=no,width="+width+",height="+height;

//alert (parameters);

function popupflash(url)
	{
	windowhandle=window.open(url, "popWin", parameters)
	windowhandle.focus();
	}