var path_to_cgi1;
var path_to_cgi2;
var path_to_cgi3;

// You dont need to change anything else
function send(prejemnik,koda){

path_to_cgi1 ='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");
}


function sisend(prejemnik,koda){

path_to_cgi2 ='sisend.cgi?prejemnik='+prejemnik+'&koda='+koda;
window.open(path_to_cgi2,"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");
}


function intsend(prejemnik,koda){

path_to_cgi3 ='intsend.cgi?prejemnik='+prejemnik+'&koda='+koda;
window.open(path_to_cgi3,"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");
}

