function declare(website)
{
	var aWin = parent.bottomFrame
	var txt="";
	txt +="<html><head></head><body bgcolor=\"#000000\">";
	txt +="<font face=\"Arial\"><font color=\"#FFCC00\"><font size=-2><I>"+website+"</I><BR>Diese Website ist Eigentum "
  txt +="von:<br>CybaerSpaces<br>&copy 1997-2011";
	txt +="</font></font></font>";
	aWin.document.writeln (txt)
	aWin.document.close();
//<link rel=stylesheet type="\text/css\"<spacer type=vertical size=0>
}



