function redirectare_frame ( id_frame, url )
{
	window.parent.document.getElementById ( id_frame ).src = url;
}
