
var i= 0;	
function Big(i)
 {
	document.images["pfluegen"].width = 135;
        document.images["pfluegen"].height = 100;
			
	
	document.images["fischer"].width = 130;
        document.images["fischer"].height = 100;

 	if(i==0)	{	
			
	document.images["pfluegen"].width = 270;
        document.images["pfluegen"].height = 200;
			}
	if(i==1)	{
	document.images["fischer"].width = 260;
        document.images["fischer"].height = 200;
			}

 	
}


//function erfuellt()
//{
//var erfuellt=window.open("erfuellt.html","","width=400 ,height=180, left=200,top=400")
//}
//}


