startList = function() 
	{
		if (navigator.appName == "Microsoft Internet Explorer") 
		{
			navRoot = document.getElementById("nav");
			for (i=0; i < navRoot.childNodes.length; i++) 
			{
				node = navRoot.childNodes[i];
				if (node.nodeName=="LI") 
				{
					node.onmouseover=function() 
					{
						this.className += " over";
					}
					node.onmouseout=function() 
					{
						this.className = this.className.replace(" over", "");
					}
				}
			}
		}
}
window.onload=startList;


function prepni(prepina) { 
	var prepinac = document.getElementById('prepinac');
	var posl_zap_txt = document.getElementById('posl_zap_txt');
	var nasl_zap_txt = document.getElementById('nasl_zap_txt');
	if (prepina=='posl') {
		prepinac.className='posl';
		posl_zap_txt.className='zapni';
		nasl_zap_txt.className='vypni';
	}
	if (prepina=='nasl') {
		prepinac.className='nasl';
		nasl_zap_txt.className='zapni';
		posl_zap_txt.className='vypni';
	}
} 
function prepnix(prepina) { 
	var prepinac = document.getElementById('prepinac');
	var posl_zap_txt = document.getElementById('posl_zap_div');
	var nasl_zap_txt = document.getElementById('nasl_zap_div');
	if (prepina=='posl') {
		posl_zap_txt.className='zapni';
		nasl_zap_txt.className='vypni';
	}
	if (prepina=='nasl') {
		nasl_zap_txt.className='zapni';
		posl_zap_txt.className='vypni';
	}
} 

function Show_Gallery(gal_id,foto_id) {
    window.open('/gallery.php?num='+foto_id+'&g='+gal_id,'pop',"width=655,height=525,resizable=1,scrollbars=1,toolbar=0, top=100, left=200");
}

function Show_Gallery2(foto_id) {
    window.open('/gallery.php?foto='+foto_id,'pop',"width=655,height=525,resizable=1,scrollbars=1,toolbar=0, top=100, left=200");
}



function bwin_banner() {
	document.write('<iframe id="pointbannerframe" name="pointbannerframe" src="http://adserver.itsfogo.com/default.aspx?t=f&amp;v=1&amp;zoneid=24231" framespacing="0" frameborder="0" scrolling="no" width="500" height="200" allowtransparency="true">');
	document.write('<ilayer src="http://adserver.itsfogo.com/default.aspx?t=f&amp;v=1&amp;zoneid=24231" width="500" height="200">');
	document.write('<layer src="http://adserver.itsfogo.com/default.aspx?t=f&amp;v=1&amp;zoneid=24231" width="500" height="200">');
	document.write('</layer>');
	document.write('</ilayer>');
	document.write('</iframe>');
}

function myError(message, url, line){
    return true;
}
window.onerror = myError;
