function setBgColorPopup(num)
{	
	var fotoTd = document.getElementById("fotoTd");
	fotoTd.className = "bgcolor" + num;
	
	var theTd = document.getElementById("theTd");
	theTd.className = "h100 bgcolor" + num;
}


function operaH100Hack()
{
	// Просто заставляет Оперу перерисовывать
	var fotoTd = document.getElementById("fotoTd");
	fotoTd.className = "bgcolor" + 0;
}

if(window.opera)
{
	onresize = operaH100Hack;
}


//if (typeof window.external == "object")
//{
	document.write("<div class='closeWindow'><a href='javascript:window.close()'>Закрыть окно</a></div>");
//}


