var i= 0;	
function Big(i)
 {
	document.images["fergy1"].width = 140;
        document.images["fergy1"].height = 83;
			
	
	document.images["karte"].width = 130;
        document.images["karte"].height = 85;


	document.images["finger"].width = 80;
        document.images["finger"].height = 100;

	document.images["hopa"].width = 125;
        document.images["hopa"].height = 100;

 	if(i==0)	{	
			
	document.images["fergy1"].width = 420;
        document.images["fergy1"].height = 250;
			}
	if(i==1)	{
	document.images["karte"].width = 400;
        document.images["karte"].height = 263;
			}
	if(i==2)	{
	document.images["finger"].width = 200;
        document.images["finger"].height = 250;
			}
	if(i==3)	{
	document.images["hopa"].width = 250;
        document.images["hopa"].height = 200;
			}
 	
}
