Jerub on freenode channel #mochikit aswered with this solution: construct the url myself:
function myReq( u, f ) { //u == url, f ==
form
var str = queryString( f ) + "&gmap_id=" + bMapID;
doSimpleXMLHttpRequest( str ).addCallback( dostuff );
}
Thanks
