function setProsaLocation(newProsaURL)
{
	if (frames('prosa') != null)
		frames('prosa').location.href = newProsaURL;
}

