<!--
// *** Funktion Anmeldefenster New-User ***
<!--
function new_user() {
var fensterSizeX=620;
var fensterSizeY=940;
var fensterLocationX=300;
var fensterLocationY=20;
befehl = 
window.open("web-charts_anmeldung.html",'neu','status=0,menubar=0,scrollbars=yes,fullscreen=0,toolbar=0,location=0,directories=0,resizable=1');
befehl.resizeTo(fensterSizeX,fensterSizeY);
befehl.moveTo(fensterLocationX,fensterLocationY);
return
}
//-->

<!--
// *** Tell-A-Friend ***
// should be the URL to the cgi script
var path_to_cgi="http://www.top100.kresstech.de/cgi-bin/tell_friend.cgi";

// You dont need to change anything else
path_to_cgi += '?url=' + escape(document.location);

function empfehlen1(){
window.open(path_to_cgi,"FRIENDS01","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESIZABLE=NO,SCROLLBARS=YES,TOP=40,LEFT=20,WIDTH=400,HEIGHT=420");
}
// -->

<!--
// *** HitOut-Counter ***
function out(HitOut) {if(document.images) {(new Image()).src="http://www.kresstech.de/cgi-bin/topsites.cgi?out="+HitOut+"";}return true;}
// -->



