function rama(value) {
	el = $("#ramaIMG");
	el.attr("src", "drzwi/ramy/" + value + ".gif");
	
	$("#futryna").html(value);
}

function drzwi(value) {
	el2 = $("#ramaDIV");
	el2.attr("background", "drzwi/view/" + value + ".jpg");
	
	$("#wzor").html(value);
}
