function swf_window(which_window, image_width, image_height) {
	newwin = window.open(which_window, "cfl_window",'toolbar=0,location=0,directories=0,scrollbars=1,status=0,menubar=0,resizable=1,width=' + image_width + ',height=' + image_height);
	window.self.name = "cfl_parent_iframe";
	window.parent.name = "cfl_parent";
}
