<!--

var DAS = 298425;
var BACA = 363521;
var DIREKTANLAGE = 475889;
var OEKB = 582497;
var INGDIBA = 667423;

function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></script>');
}
IncludeJavaScript('/show/toggle_blocks.js');

function clear_page2()
{
	if (document.getElementById) {
		if (document.getElementById('login2_seite2')) {
	 	 	document.getElementById('login2_seite2').style.visibility="hidden";
	 	 	document.getElementById('login2_seite2').style.top=0;
	 	}
		if (document.getElementById('modultitel_seite2')) {
	 	 	document.getElementById('modultitel_seite2').style.visibility="hidden";
	 	 	document.getElementById('modultitel_seite2').style.top=0;
	 	}
 	}
 	/*
	else if (document.all) {
		document.all.login2_seite2.style.visibility="hidden";
		document.all.login2_seite2.style.top=0;
		document.all.modultitel_seite2.style.visibility="hidden";
		document.all.modultitel_seite2.style.top=0;
	}
	*/
}

function logo2_themen()
{
	if (document.getElementById) {
		if (document.getElementById('logo_seite2')) {
 	 		document.getElementById('logo_seite2').style.top=710;
 		}
 	}
 	/*
	else if (document.all) {
		document.all.logo_seite2.style.top=710;
	}
	*/
}


 // Verarbeiten aller FSCommand-Meldungen in einem Flash-Film
function copyright_DoFSCommand(command, args) {
	var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
	var copyObj = isInternetExplorer ? document.all.copyright : document.copyright;
	var movieObj = isInternetExplorer ? document.all.movie : document.movie;
	if (movieObj != null) {
		if (command == "cbutton") {
			switch (args) {
		        case "print":
		          self.print();
		          break;
		        case "reset":
		          movieObj.StopPlay();
		          movieObj.Rewind();
		          movieObj.Play();
		          break;
			} //switch
		} //if
	} //if
}

// Verarbeiten aller FSCommand-Meldungen in einem Flash-Film
function copyright2_DoFSCommand(command, args) {
	var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
	var copyObj = isInternetExplorer ? document.all.copyright2 : document.copyright2;
	var movieObj = isInternetExplorer ? document.all.movie2 : document.movie2;
	if (movieObj != null) {
		if (command == "cbutton") {
			switch (args) {
		        case "print":
		          self.print();
		          break;
		        case "reset":
		          movieObj.StopPlay();
		          movieObj.Rewind();
		          movieObj.Play();
		          break;
			} //switch
		} //if
	} //if
}


function hook_IE ()
{
	 // Hook für Internet Explorer.
	 if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	  document.write('<script language=\"VBScript\"\>\n');
	  document.write('On Error Resume Next\n');
	  document.write('Sub copyright_FSCommand(ByVal command, ByVal args)\n');
	  document.write(' Call copyright_DoFSCommand(command, args)\n');
	  document.write('End Sub\n');
	  document.write('Sub copyright2_FSCommand(ByVal command, ByVal args)\n');
	  document.write(' Call copyright2_DoFSCommand(command, args)\n');
	  document.write('End Sub\n');
	  document.write('</script\>\n');
	 }
}

var layerName = "popuplayer";
var contentLayerName = "textcontent";

function hideAllLayers() {
	/*
	var arrDivs = document.getElementsByTagName("div");
	for (i = 0; i < arrDivs.length; i++) {
		if (arrDivs[i].id.indexOf(layerName) >= 0) {
			arrDivs[i].style.display = "none";
		}
	}
	if (MM_findObj(contentLayerName)) {
		MM_findObj(contentLayerName).style.display = "block";
	}
	*/
}

function showPopupLayer(index) {
	/*
	if (MM_findObj(layerName + index)) {
		MM_findObj(layerName + index).style.display = "block";
		if (MM_findObj(contentLayerName)) {
			MM_findObj(contentLayerName).style.display = "none";
		}
	}
	*/
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function openNewWindow(theURL,features) {
		window.open(theURL,'',features);
}

function openSelfWindow(theURL) {
		window.location.href = theURL;
}

function createFlash(o){
	var i, n, cObj;
	var meinl = false;

	cObj = new Object();

	cObj['param'] = '';
	cObj['embed'] = '<embed type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" ';
	cObj['obj']	  = '<object ';

	for (i in o){
		n = i.toLowerCase();
		if (n == "src") {
			if (o[i] == "/meinl/prototypen/immobilienveranlagung/meinl_story.swf") meinl = true;
		}
	}

	cObj.obj += 'classid' + '="' + 'clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' + '" ';
	if (meinl == true) {
		cObj.obj += 'codebase' + '="' + 'https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' + '" ';
	}
	else {
		cObj.obj += 'codebase' + '="' + 'https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' + '" ';
		cObj.embed += 'allowScriptAccess="always" ';
		cObj.param += '<param name="allowScriptAccess" value="always"/>';
	}

	for (i in o){
		n = i.toLowerCase();
		switch (n){
			case 'movie':
			case 'name':
			case 'codebase':
			case 'classid':
			case 'allowScriptAccess':
			break;

			case 'src':
			cObj.embed += 'src="' + o[i] + '" ';
			cObj.param += '<param name="movie" value="' + o[i] + '" /> ';
			break;

			case 'width':
			case 'height':
			case 'align':
			cObj.embed += n + '="' + o[i] + '" ';
			cObj.obj += n + '="' + o[i] + '" ';
			break;

			case 'id':
			cObj.embed += 'name="' + o[i] + '" ';
			cObj.obj += 'id="' + o[i] + '" ';
			break;

			default:
			cObj.embed += n + '="' + o[i] + '" ';
			cObj.param += '<param name="' + n + '" value="' + o[i] + '" /> ';

		}
	}
	document.write(cObj.obj + '>' + cObj.param + cObj.embed + ' ></embed></object>');
}

function createFFSbanner(x){
	var fo = new Object();
	fo['src']			= '/show/banner_ffs2.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '468';
	fo['id']				= 'ffsbanner';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createFFSbanner3b(x){
	var fo = new Object();
	fo['src']			= '/show/banner_ffs3b.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '468';
	fo['id']				= 'ffsbanner';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createFCbanner(x){
	var fo = new Object();
	fo['src']			= '/show/banner_finanzcheck.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '468';
	fo['id']				= 'fcbanner';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createFCstartbanner(x){
	var fo = new Object();
	fo['src']			= '/show/banner_finanzcheck_start.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '468';
	fo['id']				= 'fcbanner';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createFCbanner_count(x){
	var fo = new Object();
	fo['src']			= '/show/banner_finanzcheck_count.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '550';
	fo['id']				= 'fcbanner';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createKlassentest(x){
	var fo = new Object();
	fo['src']			= '/show/banner_klassentest.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '468';
	fo['id']				= 'fcbanner';
	fo['align']			= 'middle';
	createFlash(fo);
}


function createFCxbanner(x){
	var fo = new Object();
	fo['src']			= '/show/banner_finanzcheckx.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '468';
	fo['id']				= 'fcbanner';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createORFbanner(x){
	var fo = new Object();
	fo['src']			= '/show/banner_orf.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '468';
	fo['id']				= 'orfbanner';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createANIMbanner(){
	document.write('<img src="/img/vfv_animiert2.gif" border="0" />');
}

function createBMSKbanner(x){
	var fo = new Object();
	fo['src']			= '/show/banner_bmsk.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '468';
	fo['id']				= 'bmskbanner';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createkurierbanner(x){
	var fo = new Object();
	fo['src']			= '/show/banner_kurier.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '468';
	fo['id']				= 'kurierbanner';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createComic(x){
	var fo = new Object();
	fo['src']			= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '96';
	fo['height']		= '96';
	fo['id']				= 'comic';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createHeaderInfoComic(x){
	var fo = new Object();
	fo['src']			= '/show/headerinfo_comic.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '210';
	fo['id']				= 'comic';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createHeaderInfoComic2(x){
	var t = new Array();
	t = x.split('=');
	document.write ('<img src="/show/img/thema'+t[1]+'.png" border="0" />');
}

function createHeaderInfoComicNoAnfrage(x){
	var fo = new Object();
	fo['src']			= '/show/headerinfo_comic.swf';
	if (x != "")  fo['flashvars']	= x+"&noanfrage=1";
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '210';
	fo['id']				= 'comic';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createHeaderInfoComicOnly(x){
	var fo = new Object();
	fo['src']			= '/show/headerinfo_comiconly.swf';
	if (x != "")  fo['flashvars']	= x;
  	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '120';
	fo['height']		= '210';
	fo['id']				= 'comic';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createHeaderInfo(x){
	var fo = new Object();
	fo['src']			= '/show/headerinfo.swf';
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '800';
	fo['height']		= '168';
	fo['id']				= 'headerinfo';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createHeaderInfoBMSK(x) {
	var fo = new Object();
	fo['src']			= '/show/headerinfo_bmsk.swf';
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '800';
	fo['height']		= '140';
	fo['id']				= 'headerinfo';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createHeaderInfoWBLA(x) {
	var fo = new Object();
	fo['src']			= '/show/headerinfo_wbla.swf';
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '800';
	fo['height']		= '140';
	fo['id']				= 'headerinfo';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createHeaderInfo2(x){
	var fo = new Object();
	fo['src']			= '/show/headerinfo2.swf';
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '587';
	fo['height']		= '168';
	fo['id']				= 'headerinfo';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createHeaderInfo2_breit(x){
	var fo = new Object();
	fo['src']			= '/show/headerinfo2_breit.swf';
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '800';
	fo['height']		= '168';
	fo['id']				= 'headerinfo';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createHeaderMenu(x){
	var fo = new Object();
	fo['src']			= '/show/headerinfo_menu.swf';
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['width']			= '800';
	fo['height']		= '168';
	fo['id']				= 'headerinfo';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createModul(src, x){
	var fo = new Object();
	fo['src']			= src;
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['bgcolor']		= '#e3e3e3';
	fo['width']			= '768';
	fo['height']		= '500';
	fo['id']				= 'movie';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createModulNotTransparent(src, x){
	var fo = new Object();
	fo['src']			= src;
	if (x != "")  fo['flashvars']	= x;
	fo['quality']		= 'high';
	fo['bgcolor']		= '#f3f3f3';
	fo['width']			= '768';
	fo['height']		= '500';
	fo['id']				= 'movie';
	fo['align']			= 'middle';
	createFlash(fo);
}


function createCopyright(){
	var fo = new Object();
	fo['src']			= '/show/copyright.swf';
	fo['flashvars']	= 'druckbutton=0';
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['bgcolor']		= '#e3e3e3';
	fo['width']			= '768';
	fo['height']		= '22';
	fo['id']				= 'copyright';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createModul2(src, x){
	var fo = new Object();
	fo['src']			= src;
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['bgcolor']		= '#e3e3e3';
	fo['width']			= '768';
	fo['height']		= '500';
	fo['id']				= 'movie2';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createCopyright2(){
	var fo = new Object();
	fo['src']			= '/show/copyright.swf';
	fo['flashvars']	= 'druckbutton=0';
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['bgcolor']		= '#e3e3e3';
	fo['width']			= '768';
	fo['height']		= '22';
	fo['id']				= 'copyright2';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createExpertise(x){
	var fo = new Object();
	fo['src']			= '/show/expertise.swf';
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['bgcolor']		= '#e3e3e3';
	fo['width']			= '768';
	fo['height']		= '650';
	fo['id']				= 'expertise';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createExpertise2(x){
	var fo = new Object();
	fo['src']			= '/show/expertise2.swf';
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['bgcolor']		= '#e3e3e3';
	fo['width']			= '768';
	fo['height']		= '800';
	fo['id']				= 'expertise';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createExpertise3(x){
	var fo = new Object();
	fo['src']			= '/show/expertise3.swf';
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['bgcolor']		= '#e3e3e3';
	fo['width']			= '768';
	fo['height']		= '1400';
	fo['id']				= 'expertise';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createAnfrage(x){
	var fo = new Object();
	fo['src']			= '/show/allgemein/anfrage.swf';
	if (x != "")  fo['flashvars']	= x;
   	fo['wmode']  		= 'transparent';
	fo['quality']		= 'high';
	fo['bgcolor']		= '#e3e3e3';
	fo['width']			= '768';
	fo['height']		= '1600';
	fo['id']				= 'anfrage';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createAnbieter(){
	var fo = new Object();
	fo['src']			= 'anbieter.swf';
	fo['quality']		= 'high';
   	fo['wmode']  		= 'transparent';
	fo['bgcolor']		= '#e3e3e3';
	fo['width']			= '768';
	fo['height']		= '140';
	fo['id']				= 'movieanb';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createAnbieter2(){
	var fo = new Object();
	fo['src']			= 'anbieter2.swf';
	fo['quality']		= 'high';
   	fo['wmode']  		= 'transparent';
	fo['bgcolor']		= '#e3e3e3';
	fo['width']			= '687';
	fo['height']		= '140';
	fo['id']				= 'movieanb';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createAnbieter3(){
	var fo = new Object();
	fo['src']			= 'anbieter3.swf';
	fo['quality']		= 'high';
   	fo['wmode']  		= 'transparent';
	fo['bgcolor']		= '#f3f3f3';
	fo['width']			= '595';
	fo['height']		= '140';
	fo['id']				= 'movieanb';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createAnbieter4(){
	var fo = new Object();
	fo['src']			= 'anbieter4.swf';
	fo['quality']		= 'high';
  	fo['wmode']  		= 'transparent';
	fo['width']			= '480';
	fo['height']		= '140';
	fo['id']				= 'movieanb';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createFlash7(){
	var fo = new Object();
	fo['src']			= '/show/flash7.swf';
	fo['quality']		= 'low';
   	fo['wmode']  		= 'transparent';
	fo['menu']			= 'false';
	fo['width']			= '10';
	fo['height']		= '10';
	fo['id']				= 'flash7';
	fo['loop']			= 'false';
	createFlash(fo);
}

function createUeberpruefen(mode){
	var fo =	new Object();
	fo['src']			= '/show/test_pruefen_light.swf';
	fo['flashvars']	= 'mode='+mode;
	fo['quality']		= 'high';
	fo['wmode']  		= 'transparent';
	// fo['bgcolor']		= '#ffffff';
	fo['width']			= '783';
	fo['height']		= '1800';
	fo['id']				= 'movie';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createUeberpruefenFFS(mode){
	var fo =	new Object();
	fo['src']			= '/show/test_ffs2.swf';
	fo['flashvars']	= 'mode='+mode;
	fo['quality']		= 'high';
	fo['wmode']  		= 'transparent';
	fo['width']			= '480';
	fo['height']		= '2000';
	fo['id']				= 'movie';
	fo['align']			= 'middle';
	createFlash(fo);
}

function createBACAbanner(){
	var fo = new Object();
	fo["src"]			= "/show/img/banner-BA-BZE-HC-120x468.swf";
  	fo["wmode"]  		= "transparent";
	fo["quality"]		= "high";
	fo["width"]			= "120";
	fo["height"]		= "468";
	fo["id"]				= "bacabanner";
	fo["align"]			= "middle";
	createFlash(fo);
}

// --------------------------------

function create_copyright_chart ()
{
document.write('<div style="position:relative;top:-2px">\n');
document.write('<table width=620 border="0" cellspacing="0" cellpadding="0" style="margin:0px">\n');
document.write('	<tr>\n');
document.write('		<td width=140></td>\n');
document.write('		<td width=350 valign="top"><div style="color:#b4b4b4;">Copyright &copy; by finanzportal.at internet services gmbh<sup>&nbsp;</sup></td>\n');
document.write('		<td valign="top" align="right" style="color:#b4b4b4;">finance explorer<sup style="color:#b4b4b4;">&reg;</sup><br><br></td>\n');
document.write('	</tr>\n');
document.write('</table>\n');
document.write('</div>\n');
}

function create_copyright_chart_480 ()
{
document.write('<div style="position:relative;top:-2px">\n');
document.write('<table width=480 border="0" cellspacing="0" cellpadding="0" style="margin:0px">\n');
document.write('	<tr>\n');
document.write('		<td width=320 valign="top"><div style="color:#b4b4b4;">Copyright &copy; by finanzportal.at internet services gmbh<sup>&nbsp;</sup></td>\n');
document.write('		<td valign="top" align="right" style="color:#b4b4b4;">finance explorer<sup style="color:#b4b4b4;">&reg;</sup><br><br></td>\n');
document.write('	</tr>\n');
document.write('</table>\n');
document.write('</div>\n');
}

function create_banner_dummy_468x60 (id)
{
create_copyright_chart ();
document.write('<div style="position:relative;top:-6px">\n');
document.write('<table width=620 border="0" cellspacing="0" cellpadding="0" style="margin:0px">\n');
document.write('	<td width=120 style="padding-left:0px;padding-right:20px;" valign="top">\n');
document.write('	</td>\n');
document.write('	<td width=480 valign="top">\n');
if (id == DAS) document.write('		<img src="/show/img/das.png" />');
else
if (id == BACA) document.write('		<img src="/show/img/baca.png" />');
else
if (id == DIREKTANLAGE) document.write('		<img src="/show/img/direktanlage_horizontal.gif" />');
else
if (id == OEKB) document.write('		<img src="/show/img/oekb_468x60.png" />');
else
if (id == INGDIBA) document.write('		<img src="/show/img/ingdiba_468x60.png" />');
else	
document.write('<a target="_blank" href="http://kurier.at/geld"><img src="/show/img/fullbanner-finanz-rahmen-final.jpg" /></a>');
document.write('		<br><br>\n');
document.write('	</td>\n');
document.write('	</tr>\n');
document.write('	<tr height=6px><td></td><td></td></tr>\n');
document.write('</table>\n');	
document.write('</div>\n');
} 

function create_banner_dummy_468x60_wb (id)
{
create_copyright_chart ();
document.write('<div style="position:relative;top:-6px">\n');
document.write('<table width=620 border="0" cellspacing="0" cellpadding="0" style="margin:0px">\n');
document.write('	<td width=120 style="padding-left:0px;padding-right:20px;" valign="top">\n');
document.write('	</td>\n');
document.write('	<td width=480 valign="top">\n');
if (id == DAS) document.write('		<img src="/show/img/das.png" />');
else
if (id == BACA) document.write('		<img src="/show/img/baca.png" />');
else
if (id == DIREKTANLAGE) document.write('		<img src="/show/img/direktanlage_horizontal.gif" />');
else
if (id == OEKB) document.write('		<img src="/show/img/oekb_468x60.png" />');
else
if (id == INGDIBA) document.write('		<img src="/show/img/ingdiba_468x60.png" />');
else
if (id == 1)
	document.write('		<iframe src="http://report.wirtschaftsblatt.at/rbs/redban/fs_mobile.html" width="468px" height="60px" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" border="0" name="content-banner_fullsize" target="_self"></iframe>');
else
	document.write('		<img src="/show/img/banner_dummy_468x60_wb.png" /><br><br>\n');
document.write('	</td>\n');
document.write('	</tr>\n');
document.write('	<tr height=6px><td></td><td></td></tr>\n');
document.write('</table>\n');	
document.write('</div>\n');
}

function create_banner_dummy_300x250 (id)
{
if (id == DAS) document.write('<img src="/show/img/das_300x250.png" />\n');
else
if (id == DIREKTANLAGE) document.write('<img src="/show/img/direktanlage_300x250.png" />\n');
else
if (id == OEKB) document.write('		<img src="/show/img/oekb_300x250.png" />');
else	
if (id == INGDIBA) document.write('		<img src="/show/img/ingdiba_300x250.png" />');
else	
document.write('<a target="_blank" href="http://kurier.at/geld"><img src="/show/img/produkt_finanzberater-cad2.jpg" /></a>\n');
} 

function create_banner_dummy_300x250_wb (id)
{
if (id == DAS) document.write('<img src="/show/img/das_300x250.png" />\n');
else
if (id == DIREKTANLAGE) document.write('<img src="/show/img/direktanlage_300x250.png" />\n');
else
if (id == OEKB) document.write('		<img src="/show/img/oekb_300x250.png" />');
else	
if (id == INGDIBA) document.write('		<img src="/show/img/ingdiba_300x250.png" />');
else	
document.write('<img src="/show/img/banner_dummy_300x250_wb.png" />\n');
}

function create_banner_dummy_120x468_wb (id)
{
if (id == 1) {
	document.write('<SCRIPT type="text/javascript">\n');
	document.write('<!--\n');
	document.write('var fo = new Object();\n');
	document.write('fo["src"]			= "/show/img/skyscraper_riedl.swf";\n');
	document.write('fo["flashvars"]			= "clicktag=http://www.wirtschaftsblatt.at/abo";\n');	
	// document.write('fo["wmode"]  		= "transparent";\n');
	document.write('fo["quality"]		= "high";\n');
	document.write('fo["width"]			= "120";\n');
	document.write('fo["height"]		= "468";\n');
	document.write('fo["id"]				= "wb_banner";\n');
	document.write('fo["align"]			= "middle";\n');
	document.write('createFlash(fo);\n');
	document.write('//-->\n');
	document.write('</script>\n');	
}
else
document.write('<img src="/show/img/banner_dummy_120x468_wb.png" />\n');
}

function create_banner_dummy_468x60_ohne_copyright (id)
{
document.write('<div style="height:20px"></div>\n');	
document.write('<div style="position:relative;top:-6px">\n');
document.write('<table width=620 border="0" cellspacing="0" cellpadding="0" style="margin:0px">\n');
document.write('	<td width=120 style="padding-left:0px;padding-right:20px;" valign="top">\n');
document.write('	</td>\n');
document.write('	<td width=480 valign="top">\n');
if (id == DAS) document.write('		<img src="/show/img/das.png" />');
else
if (id == BACA) document.write('		<img src="/show/img/baca.png" />');
else
if (id == DIREKTANLAGE) document.write('		<img src="/show/img/direktanlage_horizontal.gif" />');
else
if (id == OEKB) document.write('		<img src="/show/img/oekb_468x60.png" />');
else
if (id == INGDIBA) document.write('		<img src="/show/img/ingdiba_468x60.png" />');
else	
document.write('<a target="_blank" href="http://kurier.at/geld"><img src="/show/img/fullbanner-finanz-rahmen-final.jpg" /></a>');
document.write('		<br><br>\n');
document.write('	</td>\n');
document.write('	</tr>\n');
document.write('	<tr height=6px><td></td><td></td></tr>\n');
document.write('</table>\n');	
document.write('</div>\n');
}

function create_banner_dummy_468x60_wb_ohne_copyright (id)
{
document.write('<div style="height:20px"></div>\n');	
document.write('<div style="position:relative;top:-6px">\n');
document.write('<table width=620 border="0" cellspacing="0" cellpadding="0" style="margin:0px">\n');
document.write('	<td width=120 style="padding-left:0px;padding-right:20px;" valign="top">\n');
document.write('	</td>\n');
document.write('	<td width=480 valign="top">\n');
if (id == DAS) document.write('		<img src="/show/img/das.png" />');
else
if (id == BACA) document.write('		<img src="/show/img/baca.png" />');
else
if (id == DIREKTANLAGE) document.write('		<img src="/show/img/direktanlage_horizontal.gif" />');
else
if (id == OEKB) document.write('		<img src="/show/img/oekb_468x60.png" />');
else
if (id == INGDIBA) document.write('		<img src="/show/img/ingdiba_468x60.png" />');
else
if (id == 1)
	document.write('		<iframe src="http://report.wirtschaftsblatt.at/rbs/redban/fs_mobile.html" width="468px" height="60px" scrolling="no" frameborder="no" marginwidth="0" marginheight="0" border="0" name="content-banner_fullsize" target="_self"></iframe>');
else
	document.write('		<img src="/show/img/banner_dummy_468x60_wb.png" /><br><br>\n');
document.write('	</td>\n');
document.write('	</tr>\n');
document.write('	<tr height=6px><td></td><td></td></tr>\n');
document.write('</table>\n');	
document.write('</div>\n');
}

function create_copyright_chart_kz ()
{
document.write('<div style="position:relative;top:-2px">\n');
document.write('<table width=480 border="0" cellspacing="0" cellpadding="0" style="margin:0px">\n');
document.write('	<tr>\n');
document.write('		<td width=320 valign="top"><div style="color:#b4b4b4;">Copyright &copy; by finanzportal.at internet services gmbh<sup>&nbsp;</sup></td>\n');
document.write('		<td valign="top" align="right" style="color:#b4b4b4;">finance explorer<sup style="color:#b4b4b4;">&reg;</sup><br><br></td>\n');
document.write('	</tr>\n');
document.write('</table>\n');
document.write('</div>\n');
}

function create_banner_dummy_468x60_kz (id)
{
create_copyright_chart_kz ();
document.write('<div style="position:relative;top:-6px">\n');
document.write('<table width=480 border="0" cellspacing="0" cellpadding="0" style="margin:0px">\n');
document.write('	<td width=480 valign="top">\n');
if (id == DAS) document.write('		<img src="/show/img/das.png" />');
else
if (id == BACA) document.write('		<img src="/show/img/baca.png" />');
else
if (id == DIREKTANLAGE) document.write('		<img src="/show/img/direktanlage_horizontal.gif" />');
else
if (id == OEKB) document.write('		<img src="/show/img/oekb_468x60.png" />');
else
if (id == INGDIBA) document.write('		<img src="/show/img/ingdiba_468x60.png" />');
else	
document.write('<a target="_blank" href="http://kleinezeitung.at/"><img src="/show/img/banner_kleinezeitung.png" /></a>');
document.write('		<br><br>\n');
document.write('	</td>\n');
document.write('	</tr>\n');
document.write('	<tr height=6px><td></td><td></td></tr>\n');
document.write('</table>\n');	
document.write('</div>\n');
}

function create_banner_dummy_468x60_kz_ohne_copyright (id)
{
document.write('<div style="height:20px"></div>\n');	
document.write('<div style="position:relative;top:-6px">\n');
document.write('<table width=480 border="0" cellspacing="0" cellpadding="0" style="margin:0px">\n');
document.write('	<td width=480 valign="top">\n');
if (id == DAS) document.write('		<img src="/show/img/das.png" />');
else
if (id == BACA) document.write('		<img src="/show/img/baca.png" />');
else
if (id == DIREKTANLAGE) document.write('		<img src="/show/img/direktanlage_horizontal.gif" />');
else
if (id == OEKB) document.write('		<img src="/show/img/oekb_468x60.png" />');
else
if (id == INGDIBA) document.write('		<img src="/show/img/ingdiba_468x60.png" />');
else	
document.write('<a target="_blank" href="http://kleinezeitung.at/"><img src="/show/img/banner_kleinezeitung.png" /></a>');
document.write('		<br><br>\n');
document.write('	</td>\n');
document.write('	</tr>\n');
document.write('	<tr height=6px><td></td><td></td></tr>\n');
document.write('</table>\n');	
document.write('</div>\n');
}

function createKontakt(x){	

	var f = new Object();
	f['src']	= '/show/banner_ffs300x250.swf';
	f["wmode"]	= "transparent";
	f["quality"]	= "high";
	f["width"]	= "300";
	f["height"]	= "251";
	f["id"]		= "bfs";
	f["align"]	= "middle";
	createFlash(f);

	document.write('<table border="0" cellspacing="0" cellpadding="0" style="margin:0px"><tr><td height=20px></td></tr></table>');

	var fo = new Object();
	fo['src']		= "/show/kommentar_fv_300x600_rahmen.swf";
	fo['flashvars']		= "mode=1";
	fo['quality']		= 'high';
	fo['width']		= '300';
	fo['height']		= '600';
	fo['id']		= 'komm';
	fo['align']		= 'middle';
	createFlash(fo);				
	createFlash7();
}

function createLernsatz(x){	
	var fo = new Object();
	fo['src']   = '/show/lernsatz.swf';
	fo['flashvars'] = 'satz='+x;
	fo['wmode'] = 'transparent';
	fo['quality']  = 'high';
	fo['width']   = '300';
	fo['height']  = '60';
	fo['id']    = 'ls'+x;
	createFlash(fo);
	}
-->
