ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false

// Show/Hide functions for non-pointer layer/objects

var stugi='<table cellspacing=0 cellpadding=1 border=0 bgcolor="#000000"><tr><td><table cellspacing=0 cellpadding=0 border=0 bgcolor="#000000" width=100% height=100%><tr><td bgcolor="#000000"><IMG SRC="images/stugi.jpg" WIDTH="232" HEIGHT="180"></td></tr></table></td></tr></table>';

var flaga='<table cellspacing=0 cellpadding=1 border=0 bgcolor="#000000"><tr><td><table cellspacing=0 cellpadding=0 border=0 bgcolor="#000000" width=100% height=100%><tr><td bgcolor="#000000"><IMG SRC="images/flaga.jpg" WIDTH="232" HEIGHT="180"></td></tr></table></td></tr></table>';

var oboz='<table cellspacing=0 cellpadding=1 border=0 bgcolor="#000000"><tr><td><table cellspacing=0 cellpadding=0 border=0 bgcolor="#000000" width=100% height=100%><tr><td bgcolor="#000000"><IMG SRC="images/oboz1.jpg" WIDTH="232" HEIGHT="180"></td></tr></table></td></tr></table>';

var konc='<table cellspacing=0 cellpadding=1 border=0 bgcolor="#000000"><tr><td><table cellspacing=0 cellpadding=0 border=0 bgcolor="#000000" width=100% height=100%><tr><td bgcolor="#000000"><IMG SRC="images/konc.jpg" WIDTH="232" HEIGHT="180"></td></tr></table></td></tr></table>';

var zima='<table cellspacing=0 cellpadding=1 border=0 bgcolor="#000000"><tr><td><table cellspacing=0 cellpadding=0 border=0 bgcolor="#000000" width=100% height=100%><tr><td bgcolor="#000000"><IMG SRC="images/zima.jpg" WIDTH="232" HEIGHT="180"></td></tr></table></td></tr></table>';

var kodI= '<span id=popS style="position: absolute; top: 159; left: 404;" >'+stugi+'</span><span id=popF style="position: absolute; top: 159; left: 404;">'+flaga+'</span><span id=popO style="position: absolute; top: 159; left: 404;">'+oboz+'</span><span id=popK style="position: absolute; top: 159; left: 404;">'+konc+'</span><span id=popZ style="position: absolute; top: 159; left: 404;">'+zima+'</span>';

var kodN= '<LAYER ID="popS" LEFT=404 TOP=160 WIDTH=232 HEIGHT=180 CLIP="0,0,232,180" VISIBILITY="hide">'+stugi+'</LAYER><LAYER ID="popF" LEFT=404 TOP=160 WIDTH=232 HEIGHT=180 CLIP="0,0,232,180" VISIBILITY="hide">'+flaga+'</LAYER><LAYER ID="popO" LEFT=404 TOP=180 WIDTH=232 HEIGHT=180 CLIP="0,0,232,180" VISIBILITY="hide">'+oboz+'</LAYER><LAYER ID="popK" LEFT=404 TOP=180 WIDTH=232 HEIGHT=180 CLIP="0,0,232,180" VISIBILITY="hide">'+konc+'</LAYER><LAYER ID="popZ" LEFT=404 TOP=180 WIDTH=232 HEIGHT=180 CLIP="0,0,232,180" VISIBILITY="hide">'+zima+'</LAYER>';

function show(id) {
	if (ns4) document.layers[id].visibility = "show"
	else if (ie4) document.all[id].style.visibility = "visible"
}

function hide(id) {
	if (ns4) document.layers[id].visibility = "hide"
	else if (ie4) document.all[id].style.visibility = "hidden"
}

function CodeWrite()  {
 if (ns4) document.write(kodN);
 else if(ie4) document.write(kodI);
	hide('popS');
	hide('popF');
	hide('popO');
	hide('popK');
	hide('popZ');	
	
}


