<!--
// Copyright © 2004-2010 Aventin d.o.o.
function SelectMenu(ObjectId)
{
	s = document.getElementById(ObjectId).style;
	s.backgroundColor = '#FFFFCC';
}
function DeselectMenu(ObjectId)
{
	s = document.getElementById(ObjectId).style;
	s.backgroundColor = '#ECFBFF';
}
function CheckIE6()
{
	// ne koristi se vište
	/*if (document.getElementById && document.all && (navigator.appVersion.indexOf("MSIE 6.") != -1))
	{
		document.getElementById('naslov').style.display = 'none';
	}*/
}
function Slika(datoteka)
{
	wnd = window.open('', '', 'resizable,width=610,height=450');
	wnd.document.write("<head><title>Croatia</title></head>");
	wnd.document.write("<body style='margin:0px'>");
	wnd.document.write("<table style='width:100%;height:100%'>");
	wnd.document.write("<tr style='text-align:center;vertical-align:middle'><td><img src='");
	wnd.document.write(datoteka);
	wnd.document.write("'></td></tr></table></body>");
	wnd.document.close();
}
function PosaljiFoto()
{
	var adresa = 'mai' + 'lto:' + 'mail27paris' + '@' + 'yahoo.com';
	window.open(adresa, '_self');
}
// -->

