// JavaScript Document
		

function breite()
{
	 
  image_1 = new Image(document.getElementById( 'imagefile').width);
	  

	var arsch = ((image_1.width)/2)*(-1);
	var loch = (image_1.width);
	document.getElementById("imagefile").style.height = "200px";
	document.getElementById("centerimage").style.marginLeft = arsch + "px";
        document.getElementById("buttons").style.width = loch + "px";
        /* window.location.href = "index.php?v=" + arsch + "&breite=" + loch; */
	
}



	

