<!--

function goInit(pageID, nr){
	if(document.all)
		init(pageID, nr)
	else {
		init(pageID, nr)
	}
}
function goResetRoutine(){
	if(document.all)
		resetRoutine()
	else
		resetRoutine()
}

function goChangePics(arg1, arg2){
	if(document.all)
		changePics(arg1, arg2)
	else
		changePics(arg1, arg2)
}

function goChangeContent(page){
	if(document.all)
		changeContent(page)
	else {
		changeContent(page)
	}

}

function goPageBack(){
	if(document.all)
		pageBack()
	else {
		pageBack()
	}
}

function goGetPos(){
	if(document.all)
		getPos()
	else {
		getPos()
	}
}

function goShowSelect(el){
	if(document.all)
		showSelect(el)
	else {
		showSelect(el)
	}
}

function goProcess(thisForm){
	if(document.all)
		return process(thisForm)
	else {
		return process(thisForm)
	}
}

function goCollect(thisName, thisValue){
	if (document.all)
		collect(thisName, thisValue)
	else
		collect(thisName, thisValue)
}

function goCollectHidden(thisForm){
	if (document.all)
		collectHidden(thisForm)
	else
		collectHidden(thisForm)
}

function goShowLocation(){
	if (document.all)
		showLocation()
	else
		showLocation()
}

function goOver(cell){
	if (document.all)
		over(cell)
	else
		over(cell)
}

function goOut(cell){
	if (document.all)
		out(cell)
	else
		out(cell)
}

function goSetLangBox(){
	if(document.all)
		setLangBox()
	else
		setLangBox()
}

function goHideLangBox(){
	if(document.all)
		hideLangBox()
	else
		hideLangBox()
}

// -->
