function hh(el) {
	document.getElementById(el).className=="hid" ? document.getElementById(el).className="sho" : document.getElementById(el).className="hid";
}

function wybierzArt(h) {
	idda=document.forms['f1'].idd.value;
	window.location.href="http://"+h+"&idd="+idda;
}