function open_window(URL,name,w,h)
{
	window.open(URL, name, 'directories=no,width=' + w + ',height=' + h + ',left=5,top=10,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
}
function flash_link(w,h)
{
	var flash_url = dlUrl + ref.id + "/" + client;
	window.open(flash_url, 'download', 'directories=no,width=' + w + ',height=' + h + ',left=5,top=10,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
}