function hiddenLayer(MyLay, razdel, nameRazdel) {

	if (MyLay.style.display == "block")	{
		eval('MyLay.style.display = "none"');
		document.getElementById("gluckalo").style.height = "0";
		document.getElementById("gluckalo").style.height = "100%";
	    document.getElementById("gluckalo2").style.height = "0";
	    document.getElementById("gluckalo2").style.height = "100%";
	} else	{
		if(document.getElementById("price")) {
			document.getElementById("price").href = "/prices/gto-"+ razdel + ".zip";
			document.getElementById('price-name').firstChild.nodeValue = nameRazdel;
		}
		eval('MyLay.style.display = "block"');
		document.getElementById("gluckalo").style.height = "0";
		document.getElementById("gluckalo").style.height = "100%";
	    document.getElementById("gluckalo2").style.height = "0";
	    document.getElementById("gluckalo2").style.height = "100%";
	}
}


var myimages = new Array();

function preloadimages() {

	for (i = 0; i < preloadimages.arguments.length; i++) {
		myimages[i]=new Image()
		myimages[i].src=preloadimages.arguments[i]
 	}
}

preloadimages("/html/logo.jpg","/html/top-vertical-red-stripe.jpg","/html/bag1.jpg","/html/bag2.jpg","/html/menu-left-border.gif","/html/menu-up-border.gif","/html/middle-vertical-red-stripe.jpg")

