function DROW_reloadPage(init) {
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.DROW_pgW=innerWidth; document.DROW_pgH=innerHeight; onresize=DROW_reloadPage; }}
  else if (innerWidth!=document.DROW_pgW || innerHeight!=document.DROW_pgH) location.reload();
}
DROW_reloadPage(true);

function DROW_findObj(n, d) {
  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=DROW_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function DROW_showHideLayers() {
  var i,p,v,obj,args=DROW_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=DROW_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
function DROW_LinkTitle(title) {
	id = 'toplayertext';
	document.getElementById(id).innerHTML = ""+title+"";
}
function DROW_LinkTitlekreativ(title) {
	id = 'kreativ';
	document.getElementById(id).innerHTML = "<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=3>&nbsp;</td><td>"+title+"</td><td width=3>&nbsp;</td></tr></table>";
}
function DROW_LinkTitlecms(title) {
	id = 'cms';
	document.getElementById(id).innerHTML = "<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=3>&nbsp;</td><td>"+title+"</td><td width=3>&nbsp;</td></tr></table>";
}
function DROW_LinkTitleinternet(title) {
	id = 'internet';
	document.getElementById(id).innerHTML = "<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=3>&nbsp;</td><td>"+title+"</td><td width=3>&nbsp;</td></tr></table>";
}
function DROW_LinkTitlecrossmedia(title) {
	id = 'crossmedia';
	document.getElementById(id).innerHTML = "<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=3>&nbsp;</td><td>"+title+"</td><td width=3>&nbsp;</td></tr></table>";
}
function DROW_LinkTitleconsult(title) {
	id = 'consult';
	document.getElementById(id).innerHTML = "<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td width=3>&nbsp;</td><td>"+title+"</td><td width=3>&nbsp;</td></tr></table>";
}
function DROW_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
function printWindow(){
   bV = parseInt(navigator.appVersion)
   if (bV >= 4) window.print()
}