function showPicture(foto, fototitle){
	window.open("photoview.php?url="+foto+"&ftitle="+fototitle, "photoview", "width=200px, height=100px, statusbar=0, status=0");
}

function checkObjects( obj, odjId, ch ){
	if(ch.checked) objValue = true; 
	else objValue = false;
	
	for( i=0 ; i<=odjId; i++ ){
		document.getElementById(obj+i).checked = objValue; 
	} 
}

function stopMarquee(){
	document.getElementById('kiemelt').stop()
}

function startMarquee(){
	document.getElementById('kiemelt').start()
}

function searchProfil(){
	var doc = document.forms.partnerform;
	doc.action="?menu=11";
	doc.submit();
}
