function flash_window(id)
{
	/*if (window.showModalDialog)
	{
		window.showModalDialog("photos_preview.php?id_img=" + id_img + "&prod_index=" + prod_index,"CSW-photo","dialogWidth:700px;dialogHeight:500px");
	}
	else
	{*/
		okno = window.open("flash_window.php?id=" + id,'ATMEUS',"scrollbars=0,resizable=1,width=1024,height=768,top=0,left=0");
		okno.focus()
	//}
	//980x624
	//1024x768
}
