function bild(immoid,bereich,width,height) {
	var width2 = parseInt(width) + 50;
	var height2 = parseInt(height) + 50;

	window.open('index.php?lia_page=bild&immoid='+immoid+'&x='+width+'&y='+height+'&bereich='+bereich,'popup','width='+width2+',height='+height2+',menubar=no,scrollbars=no,toolbar=no,status=no,resizable=yes')
}

function sbild(bild,width,height) {
	window.open('index.php?lia_page=sbild&bild='+bild+'&width='+width,'popup2','width='+width+',height='+height+',menubar=no,scrollbars=no,toolbar=no,status=no,resizable=yes')
	}

function show_object_video()
{
    $('#object_video').fadeIn('slow'); 
    return false;
}

function hide_object_vide()
{
    fplayer.stop();
    $('#object_video').fadeOut('slow');
    return false;
}    
