function Get_foto(){
	
	sElem = document.getElementById("foto");
	 sElem.innerHTML = "<input type='button' value='X' style='margin-left:730px;' onclick='fenster_zu()' /><br /><iframe scrolling='no' height='600' width='750' frameborder='1' src='./js_slideshow/index.html' id='frameId' name='frameId'></iframe><br/>";
	}
function fenster_zu(){
	sElem = document.getElementById("foto");
	 sElem.innerHTML = "<a href='javascript:Get_foto();' style=' display:block;  margin-top:50px; margin-right:520px; width:330px; height:230px; '></a>";
	}
	function Get_Map(){
	
	sElem = document.getElementById("foto");
	 sElem.innerHTML = "<div align='right' style='display:block; width:600px;'><input type='button' value='Hotel Maingau in Obertshausen auf  Karte anzeigen' onclick='location.href=\"http://maps.google.de/maps/ms?hl=de&amp;ie=UTF8&amp;msa=0&amp;msid=118051024328750475348.0004958f51db13ba3492a&amp;ll=50.082976,8.862748&amp;spn=27.649942,77.607422&amp;source=embed\"' /> <input type='button' value='X' onclick='map_zu()' /></div><iframe width='600' height='400' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.de/maps/ms?hl=de&amp;ie=UTF8&amp;msa=0&amp;msid=118051024328750475348.0004958f51db13ba3492a&amp;source=embed&amp;ll=50.101643,8.716278&amp;spn=0.176173,0.411301&amp;z=11&amp;output=embed'></iframe><br /><br/>";
	}
	function map_zu(){
	sElem = document.getElementById("foto");
	 sElem.innerHTML = "<a href='javascript:Get_Map();' style=' display:block;  margin-top:50px; margin-right:520px; width:330px; height:230px; '></a>";}
	 
	 
function ez(){
	
	sElem = document.getElementById("foto");
	 sElem.innerHTML = "<input type='button' value='X' style='margin-left:730px;' onclick='fenster_zu()' /><br /><iframe scrolling='no' height='600' width='750' frameborder='1' src='./js_slideshow/ez.html' id='frameId' name='frameId'></iframe><br/>";
	}
function fenster_zu(){
	sElem = document.getElementById("foto");
	 sElem.innerHTML = "<a href='javascript:ez();' style=' display:block;  margin-top:50px; margin-right:520px; width:330px; height:230px; '></a>";
	}
