function Create_mInformatie(_MolenID)
{
	document.writeln("<div id=\"mInformatie_top\" style=\"background-image:url('images/molen_frame_top.png');position:absolute;top:100px;left:50px;width:500px;height:10px;\"></div>");
	document.writeln("<div id=\"mInformatie_top_left\" style=\"background-image:url('images/molen_frame_topleft.png');position:absolute;top:100px;left:40px;width:10px;height:10px;\"></div>");
	document.writeln("<div id=\"mInformatie_top_right\" style=\"background-image:url('images/molen_frame_right.png');position:absolute;top:100px;left:550px;width:10px;height:10px;\"></div>");
	
	document.writeln("<div id=\"mInformatie_bleft\" style=\"background-image:url('images/molen_frame_bleft.png');position:absolute;top:110px;left:40px;width:10px;height:400px;\"></div>");
	document.writeln("<div id=\"mInformatie_bright\" style=\"background-image:url('images/molen_frame_bright.png');position:absolute;top:110px;left:550px;width:10px;height:400px;\"></div>");
	
	document.writeln("<div id=\"mInformatie_bottom\" style=\"background-image:url('images/molen_frame_bottom.png');position:absolute;top:510px;left:50px;width:500px;height:10px;\"></div>");
	document.writeln("<div id=\"mInformatie_bottom_left\" style=\"background-image:url('images/molen_frame_bottom_left.png');position:absolute;top:510px;left:40px;width:10px;height:10px;\"></div>");
	document.writeln("<div id=\"mInformatie_bottom_right\" style=\"background-image:url('images/molen_frame_bottom_right.png');position:absolute;top:510px;left:550px;width:10px;height:10px;\"></div>");
	
}
