<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		but_profileov = newImage("images/but_profileov.jpg");
		but_galov = newImage("images/but_galov.jpg");
		but_dbov = newImage("images/but_dbov.jpg");
		but_contactov = newImage("images/but_contactov.jpg");
		preloadFlag = true;
	}
}


function popup(urlName) {
ttux=window.open(urlName, 'a', 'scrollbars=no, width=400, height=400, toolbar=no')
ttux.focus()
}

function popupt(urlName) {
ttuxt=window.open(urlName, 'b', 'scrollbars=no, width=600, height=400, toolbar=no, left=0, top=0')
ttuxt.focus()
}

function popup2(urlName) {
ttux2=window.open(urlName, 'c', 'scrollbars=1, width=750, height=500, toolbar=no, left=0, top=0, status=1')
ttux2.focus()
}

function popup3(urlName) {
ttux3=window.open(urlName, 'd', 'scrollbars=1, width=780, height=490, toolbar=no, left=0, top=0, status=1, resizable=1')
ttux3.focus()
}

function popupwizard(urlName, width, height) {
ttux3=window.open(urlName, 'e', 'scrollbars=1, width='+width+', height='+height+', toolbar=no, left=0, top=0, status=1, resizable=1')
ttux3.focus()
}

function popupprint(urlName, width, height) {
ttux3=window.open(urlName, 'p', 'scrollbars=1, width='+width+', height='+height+', toolbar=1, left=0, top=0, status=1, resizable=1')
ttux3.focus()
}

function popup_img(urlName) {
img=window.open(urlName, '', 'scrollbars=1, width=780, height=490, toolbar=no, left=0, top=0, status=1, resizable=1')
img.focus()
}

function jumpBox(list) {
location.href = list.options[list.selectedIndex].value
}



// -->