function writecode (htmlcode) {
document.write(htmlcode)
}

function fenster(){
document.getElementById("flash").style.zIndex=100;
}

function divfront(){
document.getElementById("flash").style.zIndex=301;
document.getElementById("inhalt").style.overflow="hidden";

}
function divback(){
document.getElementById("flash").style.zIndex=20;
document.getElementById("inhalt").style.overflow="auto";
}


function wechseln(){
location.href="_site/01.php";
}

function wechseln(){
location.href="_site/01.php";
}

function Action(url)
{

			var div = document.getElementById("inhalt");
			var html =div.innerHTML;
			var html = html.replace(/<a.*?a>/gi, '');
			var html = html.replace( /bgcolor=\".*?\"/gi,'');
			var html = html.replace( /onmouseover=\".*?\"/gi,'');
			var html = html.replace( /onmouseout=\".*?\"/gi,'');
			var NeuesFenster=window.open(url,"ENTREtantoTEATRO","width=800,height=600, menubar=yes, location=yes, directories=yes, titelbar=yes, toolbar=yes, resizable=no, scrollbars=yes");
			NeuesFenster.document.write('<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>ENTREtantoTEATRO</title><link rel="stylesheet" href="../_css/entretanto_print.css"></head><body><table width="100%">');
			NeuesFenster.document.write(html);
			NeuesFenster.document.write('</table></body></html>');
			NeuesFenster.document.close();
}

function sendpage()
{



			mail_str = "mailto:?subject= Recomenda: " + escape(document.title);
			mail_str += "&body=Recomendamos a seguinte pagina: " + escape(document.title);
			mail_str += ". URL: " + escape(location.href); 
			location.href = mail_str;
}