men1on = new Image(); men1on.src="../img/men/news_1.gif";
men1off = new Image(); men1off.src="../img/men/news_0.gif";
men2on = new Image(); men2on.src="../img/men/info_1.gif";
men2off = new Image(); men2off.src="../img/men/info_0.gif";
men3on = new Image(); men3on.src="../img/men/dates_1.gif";
men3off = new Image(); men3off.src="../img/men/dates_0.gif";
men4on = new Image(); men4on.src="../img/men/photos_1.gif";
men4off = new Image(); men4off.src="../img/men/photos_0.gif";
men5on = new Image(); men5on.src="../img/men/media_1.gif";
men5off = new Image(); men5off.src="../img/men/media_0.gif";
men6on = new Image(); men6on.src="../img/men/releases_1.gif";
men6off = new Image(); men6off.src="../img/men/releases_0.gif";
men7on = new Image(); men7on.src="../img/men/shop_1.gif";
men7off = new Image(); men7off.src="../img/men/shop_0.gif";
men8on = new Image(); men8on.src="../img/men/links_1.gif";
men8off = new Image(); men8off.src="../img/men/links_0.gif";
men9on = new Image(); men9on.src="../img/men/contact_1.gif";
men9off = new Image(); men9off.src="../img/men/contact_0.gif";
men10on = new Image(); men10on.src="../img/men/guestbook_1.gif";
men10off = new Image(); men10off.src="../img/men/guestbook_0.gif";

function menChange(imgName,what,status) {
	document[imgName].src = eval(imgName + what + '.src'); self.status = status;
}


function openFot(which,width,height) {
	foto = which;
	fotogross = window.open('fotogross.php', 'fotogross', 'width=' + width + ',height=' + height + ',toolbar=no,location=no,directories=no,status=yes,menuBar=no,scrollBars=no,resizable=no');
	fotogross.moveTo(0,0);
}

function en(form,callingField)
{
top.location.href=form.till.options[form.till.selectedIndex].value
} 