var path_to_cgi1;

// You dont need to change anything else
function send(prejemnik,koda){

path_to_cgi1 ='http://www.transportplan.net/E-sejem/shop/send.cgi?prejemnik='+prejemnik+'&koda='+koda;
window.open(path_to_cgi1,"FRIENDS02","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESISABLE=NO,SCROLLBARS=YES,TOP=40,LEFT=20,WIDTH=620,HEIGHT=420");
}


