<!--
function openPrintWindow(theTarget) {
	printWindow = window.open('i_print_30078.html?target='+theTarget,'Print','width=600,height=400,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=yes,status=no');
}

function openGlossar(theTarget) {
	printWindow = window.open(theTarget,'Glossar','width=200,height=120,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=yes,status=no');
}

function openRecommendation(theTarget) {
	var ResolvedParams="";
	var CurrentPath="";
	var CurrentUrlVars="";
	CurrentPath = parent.parent.topFrame.location.pathname;
	CurrentUrlVars = parent.parent.topFrame.location.search;
	ResolvedParams=ResolvedParams+"top="+(CurrentPath)+escapeURL(CurrentUrlVars);
	ResolvedParams=ResolvedParams+"&";
	CurrentPath = parent.leftFrame.location.pathname;
	CurrentUrlVars = parent.leftFrame.location.search;
	ResolvedParams=ResolvedParams+"left="+(CurrentPath)+escapeURL(CurrentUrlVars);
	ResolvedParams=ResolvedParams+"&";
	CurrentPath = parent.mainFrame.location.pathname;
	CurrentUrlVars = parent.mainFrame.location.search;
	ResolvedParams=ResolvedParams+"main="+(CurrentPath)+escapeURL(CurrentUrlVars);
	RecommendWindow = window.open('i_recom_30081.html?'+ResolvedParams,'Mail','width=420,height=375,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=yes');
}

function escapeURL(theURL) {
	var ResolvedURL=theURL;
	ResolvedURL = replaceSubstring(ResolvedURL, "?", "*");
	ResolvedURL = replaceSubstring(ResolvedURL, "=", "~");
	return ResolvedURL;
}

function unescapeURL(theURL) {
	var ResolvedURL=theURL;
	ResolvedURL = replaceSubstring(ResolvedURL, "*", "?");
	ResolvedURL = replaceSubstring(ResolvedURL, "~", "=");
	return ResolvedURL;
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

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 MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function changeContent(id,shtml) {
	theObject=MM_findObj(id);
	if (theObject) {   
		if (typeof theObject.innerHTML != "undefined") theObject.innerHTML = shtml;
	}
}

function Left(str, n) {
	if (n <= 0)     // Invalid bound, return blank string
		return "";
	else if (n > String(str).length)   // Invalid bound, return
		return str;                // entire string
	else // Valid bound, return appropriate substring
		return String(str).substring(0,n);
}
function Right(str, n) {
	if (n <= 0)     // Invalid bound, return blank string
		return "";
	else if (n > String(str).length)   // Invalid bound, return
		return str;                // entire string
	else // Valid bound, return appropriate substring
		var iLen = String(str).length;
		return String(str).substring(iLen, iLen - n);
}

function replaceSubstring(inputString, fromString, toString) {
var tempString = inputString;
for(var i=0;i<inputString.length;i++) {tempString = tempString.replace(fromString,toString);}
return tempString;
}

var LastSelectedID = "";
var LastSelectedBgColor = "";
var LastSelectedFrontColor = "";
function ps(theID) {
	if(LastSelectedID != "") {
		theObject=MM_findObj("el_" + LastSelectedID);
		if (theObject) {
			theObject.style.backgroundColor= LastSelectedBgColor;
			theObject.style.color= LastSelectedFrontColor;
		}
	}
	theObject=MM_findObj("el_" + theID);
	if (theObject) {
		LastSelectedID = theID;
		LastSelectedBgColor = theObject.style.backgroundColor;
		theObject.style.backgroundColor= "#FFFFFF";
		theObject.style.color= "#003399";
	}
	return true;

}

function changePicture(){
// alert("changePicture");
var newPicture;
var theObject=MM_findObj("pic1");
if (theObject) {   
  if (typeof theObject.innerHTML != "undefined") 
  {
    newPicture = theObject.innerHTML;
    newPicture = replaceSubstring(newPicture, "><BR>", " border=0>")
    newPicture = replaceSubstring(newPicture, "><br>", " border=0>")
  }
}
// alert("readPicture: "+newPicture);
if (newPicture != "[bild1]") parent.topFrame.changeContent("titelbild", newPicture);
}

function setCheckedInfo(theStatus) 
{
changePicture();
// alert("setCheckedInfo");
  var CheckedContent="";
  if(theStatus == '1')
  {
    CheckedContent="<div style='font-family: Trebuchet MS, Arial, Verdana, Helvetica; font-size: 10px; color: #000000; background-color: #ddeeff; padding-left: 20px; padding-top: 3px; padding-bottom: 3px; margin-top: 1px; margin-bottom: 15px; border-top: 1px dashed #dfdfdf; border-bottom: 1px dashed #dfdfdf;'>Audited in accordance with International Standards on Auditing (ISA) by CONFIDA Wirtschaftstreuhandges.m.b.H. Vienna, 16 February 2006</div>";
  }
  top.mainFrame.changeContent("check", CheckedContent);
}

function setSuchtext() {
	var Suchtext = top.queryFrame.getSuchtext();
	if(Suchtext != ''){
		Suchtext = "\'"+Suchtext+"\' ";
		changeContent("suchbegriff", Suchtext );
	}
}

function getHistory() 
{
// alert("getHistory");
  var theHistoryHTML=top.hiddenFrame.getHistory();
  changeContent("theHistory", theHistoryHTML);
}

function add2History(thePage, theLink) 
{
// alert("add2history");
  top.hiddenFrame.add2History(thePage, theLink);
}
//--> 
 
 

