var path_to_cgi="cgi-bin/sendt.cgi";

function send(){

path_to_cgi += '?url=' + escape(document.location);
WIN=OpenWin = this.open(path_to_cgi,"FRIENDS01","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,resizable=yes,SCROLLBARS=YES,TOP=40,LEFT=20,WIDTH=520,HEIGHT=480");
}


