var path_to_cgi="";
path_to_cgi="its/shop/sendt.cgi";

// You dont need to change anything else
function sendt(){
//path_to_cgi += '?url=' + escape(document.location);
window.open("its/shop/sendt.cgi?url=http://www.transportplan.net","FRIENDS01","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESISABLE=NO,SCROLLBARS=YES,TOP=40,LEFT=20,WIDTH=620,HEIGHT=420");
}

