<!--
function openStartNews() {
	var old = self;
	var trails="width=800,height=600,toolbar=no,directories=no,status=yes,scrollbars=yes,resizable=yes,menubar=no";
	newWindow=window.open('/architekturinfo/index.asp','Architekteninfo',trails);
}

function getHeight() {
   if ((navigator.appName=="Netscape") || ((navigator.userAgent).indexOf("Opera")!=-1)) {
       height = window.innerHeight;
   } else {
	   height = document.body.offsetHeight;		
   }
   return height;
}

// Sets definition of iframe for different Screen resolutions (height variable)
function setIframe(url) {
  var iframeOut = "";
  height = getHeight();
  maxHeight = height - 128;
  iframeOut = "<iframe id=\u0022frame\u0022 src=\u0022" + url +"\u0022 width=\u0022100\u0025\u0022 height=\u0022"+maxHeight+"\u0022 name=\u0022Content\u0022 marginheight=\u00220\u0022 marginwidth=\u00220\u0022 frameborder=\u00220\u0022>";
  return iframeOut;
 }
// End 

function setTable() {
  height = getHeight();
  if ((navigator.appName=="Netscape") || ((navigator.userAgent).indexOf("Opera")!=-1)) {
  	popupheight = height - 60;
  } else {
    popupheight = height - 8;
  }
  table = "<table width=\u0022770\u0022 height=\u0022"+popupheight+"\u0022 border=\u00220\u0022 cellspacing=\u00220\u0022 cellpadding=\u00220\u0022>";
  return table;
}



//-->
