I can only talk in generality here, since this is something that involves both the client and server side that only you have access to. But I would imagine what you need to do is modify the function:
Code:
function expandtab(tabcontentid, tabnumber, query){ //interface for selecting a tab (plus expand corresponding content)
var thetab=document.getElementById(tabcontentid).getElementsByTagName("a")[tabnumber]
if (thetab.getAttribute("rel")){
var querystr=(typeof query!="undefined")? query : ""
ajaxpage(thetab.getAttribute("href")+querystr, thetab.getAttribute("rel"), thetab)
loadobjs(thetab.getAttribute("rev"))
}
}
With an optional 3rd parameter to pass in a query string, and add it to the URL of the Country Tab to load a different page accordingly. The code in red shows the changes made to the original function.
BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice:
Bookmarks