<!--

var website_name 		= "www.rabe-hygiene.de";
var standardstatus		= website_name;
var website_location 	= "http://www.rabe-hygiene.de/";
//var website_location 	= "http://www.rabe-hygiene.kundentestserver.de/";
//var website_location 	= "http://godomobil/rabe-hygiene.de/web/";
var website_framedoc 	= "index.html";

// Statuszeile anpassen
function Window_Status(was)
{
	window.status = website_name;
}


function framesettest()
{
	if (sitename == "") sitename = "ueber_uns";
	if (top.frame_top) {
	}
	else {
		var eigeneurl = document.URL;
		parent.location.href = (website_location + website_framedoc + "?content_url=" + eigeneurl);
	}
	if (top.frame_top && top.frame_top.document.title != "RABE-Hygiene - " + sitename) {
	top.frame_top.location.replace("../frames/top_" + sitename + ".html");
	}
}


	

		
// Funktion für ein neues PopUpWindow
function neuesFotoFenster(welches, howwidth, howhigh, alttag)
{
	wid = parseInt(howwidth);
	hig = parseInt(howhigh);
	jetzt = new Date();
	if (!alttag) alttag = "Foto";
	foto = 	window.open( "", jetzt.getTime(), "height=" + hig + ",width=" + wid + ",scrollbars=no,hotkeys=yes,locationbar=no,menubar=no,resizable=no,status=no,scrolling=no,innerwidth=" + wid + ",innerheight=" + hig + ",marginwidth=0,marginheight=0,screenX=0,screenY=0" );
	foto.document.write( "<html><head><title>" + alttag + "</title>\n");
	foto.document.write( "</head>");
	foto.document.write( "<body marginwidth=0 marginheight=0 bgcolor='White' TEXT='000066' link='000066' vlink='000066' alink='000066' style='margin:0px'>" );
	foto.document.write( "<a href='javascript:window.close();'><img src='" + welches + "' width='" + howwidth + "' height='" + howhigh + "' alt='" + alttag + " - Einfach aufs Foto klicken zum Schliessen!' border='0'></a><br>" );
	foto.document.write( "</body></html>" );
}

function printPage() {
  if (window.print) window.print()
  else
    alert("Sorry, aber Ihr Browser unterst&uuml;zt nicht das direkte Drucken von HTML-Seiten!");
}
//-->
