

	function openK()
	{      
       $("div#see").fadeIn('slow');
	$("div#seeImages").fadeIn('slow');	
       document.getElementById("see").style.filter="Alpha(opacity=50)";	
	}


	function close()
	{
  	$("div#see").fadeOut();
	$("div#seeImages").fadeOut();	
	}
       
        
function showPeople()
{



$("#people").fadeIn('slow');
}

function closePeople()
{
$("#people").fadeOut('slow');
}

function SHOWdiv()
{

$("#MyImage").slideDown('slow');
//$("#MyImage").animate({"left": "+=835px"}, "slow");

}
 
              

function asciiPop(wert)
{
$("#popDIV").load("play.php",{ 'bild[]' : [wert] });
}


function openDiv ()
{
$("div#hinweis").hide();
$("#people").hide();}

function imagePop(){
              
  $("#popDIV").load("pop.php");


}