var win=null;

onerror = stopError;
function stopError(){
	return true;
}


function popup_pic(id){
	myleft=20;
	mytop=20;
	settings="width=800,height=533,top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
	win=window.open('viewpic.php?id='+id,"picture",settings);
	win.focus();

}

function popupforum_pic(id,widthvar,heightvar){
	myleft=20;
	mytop=20;
	settings="width=" + widthvar + ",height=" + heightvar + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
	win=window.open('viewpicforum.php?id='+id,"picture",settings);
	win.focus();

}

function navover (id) {
	id.style.backgroundImage = "url(images/page/button_hover.jpg)";	
}
function navoverkat (id) {
	id.style.backgroundImage = "url(images/page/button_kat_hover.jpg)";	
}

function navoff (id) {
	id.style.backgroundImage = "url(images/page/button.jpg)";	
}
function navoffkat (id) {
	id.style.backgroundImage = "url(images/page/button_kat.jpg)";	
}


function entryover (id) {
	id.style.backgroundColor = "#E8EAEC";	
}
function entryoff (id) {
	id.style.backgroundColor = "white";	
}