var img2 = Image;
img2.src = "/design/images/eng_ver_on.gif";

function openLink(wlink, wd, hd) {
	/* открытие нового окна с заданными размерами в центре экрана */
	var pref = "reserving";
	re = new RegExp("[^a-z0-9_]","g");
	namewindow = wlink.replace(re,'');
	window.open(wlink, pref + namewindow, "height=" + hd + ",width=" + wd + ",xposition=" + ((screen.width / 2) - (wd / 2)) + ",yposition=" + ((screen.height / 2) - (hd / 2)) + ",top=" + ((screen.height / 2) - (hd / 2)) + ",left=" + ((screen.width / 2) - (wd / 2)) + ",toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0");
}

function fixshadows() {
	var tl  = document.getElementById("tleftdiv");
	var tr  = document.getElementById("trightdiv");
	var tbl = document.getElementById("ttable").clientHeight - 96;

	tr.setAttribute("style", "height: " + tbl + "px;");
	tl.setAttribute("style", "height: " + tbl + "px;");

	tr.style.height = tbl;
	tl.style.height = tbl;
}