if(window.parent && window.parent!=window.self && window.parent.location.host=='events.city-flyer.at')
	document.write(
"<body>"
	);
else
{	document.createElement('SECTION'); document.write(
"<style>\n"+
"* HTML { overflow-y:hidden; }\n"+
"BODY { padding:0; margin:0; height:100%; overflow-y:scroll; }\n"+
"IFRAME { z-index:110; } SECTION { display:block; }\n"+
"A[name] { padding-top:90px; position:relative; }\n"+
".fixed { position:fixed; _position:absolute; }\n"+
"</style>\n\n"+

"<body>\n"+
"	<iframe seamless id=banner frameborder=0 scrolling=no height=90 class=fixed style='left:0;top:0;width:100%;'\n"+
"		src='http://www.city-flyer.at/static/home/logobanner.htm'></iframe>\n"+
"	<iframe seamless frameborder=0 scrolling=no width=200 height=100% class=fixed style='left:0;top:90px;'\n"+
"		src='http://www.city-flyer.at/static/home/navleiste2.htm'></iframe>\n"+
"	<iframe seamless id=bottom frameborder=0 scrolling=no height=25 class=fixed style='left:0;bottom:0;width:100%;_width:expression(document.body.clientWidth);'\n"+
"		src='http://www.city-flyer.at/static/home/tools.htm'></iframe>\n"+
"	<div align=center style='height:1px;visibility:hidden;overflow:hidden;' id=totalwidth></div>"
);

	window.name='Main';

	document.write(
"<script> init_pseudo_frames(); </script>"+
"	<section id=scroller style='margin:90px 0 25px 210px; padding:6px;'>"
	);
}

function init_pseudo_frames()
{	var twe=document.getElementById('totalwidth'),ifm=document.getElementById('banner');
	if(twe.offsetWidth>=1 && ifm.offsetWidth>twe.offsetWidth+1) if(ifm.setExpression) ifm.style.width='',ifm.setExpression('width','document.body.clientWidth');
	else ifm.style.width=twe.offsetWidth+'px;';
}

