var url = 'http://' + location.hostname;

function dmainsize(){

	// Ширина
	if (document.body.clientWidth > 1000)
		width = 1000;
	else
		width = document.body.clientWidth;

	document.getElementById("dmain").style.width = width;

	// Высота
	if (document.body.clientHeight > 593)
		height = 593;
	else
		height = document.body.clientHeight;

	document.getElementById("dmain").style.height = height;

}

function ssel(style, display){
	if (document.getElementById("sel_" + style))
		document.getElementById("sel_" + style).style.display = display;
}



// sssss