var path_to_cgi="http://www.transportplan.net/E-sejem/shop/sendt.cgi";

function sendt(){

path_to_cgi += '?url=' + escape(document.location);
//window.open(path_to_cgi,"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");
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=620,HEIGHT=420");
//WIN=OpenWin = this.open(page, 'Predogled', 'toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,top=10,left=10,width=500,height=420');

}


