function MM_findObj(n, d) { 
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function turnDiv(d){
	tmpObject=MM_findObj(d)	
	if(tmpObject.style.display=='none'){
		tmpObject.style.display='';
	} else {
		tmpObject.style.display='none';
	}
}

	//nagy kep
	function bigpicview(pic,w,h) {
		window.open('/nagykep.php?pic='+pic+'&w='+w+'&h='+h,'','width='+w+',height='+h+',fullscreen=no,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no');
	}
	
	//fotoalbum
	var albumpopUp='/photoalbum_popup.php';
	var albumpopW=612;
	var albumpopH=433;
	
	function fotoAlbum(albumid){
		winleft=(screen.width-albumpopW)/2;
		winUp=(screen.height-albumpopH)/2;
		winProp='width='+albumpopW+',height='+albumpopH+',left='+winleft+',top='+winUp+',scrollbars=0,resizable=no';
		Win=window.open(albumpopUp+'?id='+albumid, 'fotoAlbum', winProp);
	}
