//<script language="JavaScript">
// travel section banners
// l = area
// d = depth
// s = section

var depth = new Array(3)
depth[0] = "./"
depth[1] = "../"
depth[2] = "../../"
depth[3] = "../../../"

var bnrid = "001"

function selectBnr(l,d,s){
if (s==1) {bnrid="001"}
if (s==2) {bnrid="002"}
if (s==3) {bnrid="003"}
if (s==4) {bnrid="004"}
if (s==5) {bnrid="000"}

var page = ""
page += "<a href='http://www.single-serving.com/travel/'><img src='"
page += depth[d] + "bnr/" + bnrid + ".gif' height=60 width=468 alt='banner' border=0></a>"

document.write(page)
}

// l =:
// 0 = travel section
// 1 = Western Europe
// 2 = Central Europe
// 3 = USA
// 4 = Canada
// 5 = CA & SA
// 6 = Africa
// 7 = Asia
// 8 = all others
// 9 = special

// l =:
// 0 = travel section
// 1 = where to eat
// 2 = where to sleep
// 3 = Italian
// 4 = Albanian
// 5 = Russian
// 6 = French

// d = depth (how many directories/folders deep)

// s = section:
// 0 = index
// 1 = basics   or about
// 2 = introtct or audio
// 3 = shop-dir or print
// 4 = numbers  or products
// 5 = alphabet or help

