function navigateContentTo(iframe, starget)
{
	var oIframe = document.getElementById (iframe);
	oIframe.src = starget;
}
