document.open();
if(cntr==false) {
document.write ('<IMG src="gfx/piastra_duo.gif" id="piastra_duo" width="56" height="73" style="position:absolute;top:318px;visibility:hidden;z-index:2;">');
document.write ('<IMG src="gfx/machine_duo.gif" id="machine_duo" width="135" height="112" style="position:absolute;top:348px;visibility:hidden;z-index:2;">');
document.write ('<IMG src="gfx/toaster_duo.gif" id="toaster_duo" width="54" height="75" style="position:absolute;top:348px;visibility:hidden;">');
}
document.write ('<IMG src="gfx/piastra.gif" id="piastra" width="56" height="73" style="position:absolute;top:318px;visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0%;z-index:2;">');
document.write ('<IMG src="gfx/machine.gif" id="machine" width="135" height="112" style="position:absolute;top:348px;visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0%;z-index:2;">');
document.write ('<IMG src="gfx/toaster.gif" id="toaster" width="54" height="75" style="position:absolute;top:348px;visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0%;">');
document.close();
if(cntr) {
document.getElementById("piastra").style.MozOpacity="100%";
document.getElementById("machine").style.MozOpacity="100%";
document.getElementById("toaster").style.MozOpacity="100%";
document.getElementById("piastra").style.filter="alpha(opacity=100)";
document.getElementById("machine").style.filter="alpha(opacity=100)";
document.getElementById("toaster").style.filter="alpha(opacity=100)";
}