function Okenko(winName, popisek, features) { 
	b = window.open('Fotogalerie','',features);
	var d = b.document;
	d.open();
	d.write('<html><head><title>Foto</title><link rel=\"stylesheet\" href=\"../css/sunnysoft.css\"></head><body bgcolor=\"#000000\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">');
	d.write('<table cellpadding=\"2\" cellspacing=\"0\"><tr><td><a href=\"#\" onclick=\"window.close()\"><img src=\"' + winName+ '\" border=\"0\"></a></td></tr><tr><td class=\"popisek\">'+popisek+'</td></tr></table>');
	d.write('</body></html>');
	d.close();
	}

function ShopPolSwitch(ShopPolid){
	var shops = 'shops-'+ShopPolid;
	var shopb = 'shopb-'+ShopPolid;
	if(document.getElementById(shopb).style.display=='block'){
		document.getElementById(shops).style.display='block';
		document.getElementById(shopb).style.display='none';
	}
	else{
		document.getElementById(shopb).style.display='block';
		document.getElementById(shops).style.display='none';
	}
}

//--- AntiSpam email ---

function ml(name,server) {
	document.write(name);
	document.write('@');
	document.write(server);
}

function print_ml(name,server,title,cl) {
	document.write('<a href=\"');
	document.write('mai');
	document.write('lto:');
	ml(name,server);
	if(cl) {
		document.write('\" class=\"');
		document.write(cl);
	}
	document.write('\">');
	if(title) document.write(title);
	else ml(name,server);
	document.write('</a>');
}
