window.onload = pokaz_diva;

function pokaz_diva()
{
	document.getElementById('insideRight_content').style.visibility = "visible";
}
