function openFlash(n, w, h)
{
	var attribs = 'location=no,menubar=no,resizable=no,scrollbars=no,' + 
		'status=no,toolbar=no,width=' + w + ',height=' + h + ',alwaysRaised=yes,' +
		'z-lock=yes,screenX=100,screenY=100';

	open('flash.phtml?n=' + n + '&w=' + w + '&h=' + h, 'actionForm', attribs);
}
