<!-- Begin
function DropDownMenu(MapSearch){
var JURL=document.MapSearch.CountryOption.options[document.MapSearch.CountryOption.selectedIndex].value;
window.location.href=JURL;
}

function DisableButton() {
document.forms['Setup'].Submit.disabled = true;
}

function ChangeCurrency(url){
window.location.href=url;
}

function schreiben(obj){
nr=obj.selectedIndex;
document.forms['Setup'].Dialling1.value=beschriftung[nr];
document.forms['Setup'].Dialling2.value=beschriftung[nr];
document.forms['Setup'].Dialling3.value=beschriftung[nr];
}

function ConfDel(){
return confirm('UNWIEDERRUFLICH L Ö S C H E N?')
}
function ConfOC(){
return confirm('Object Change?')
}
function ConfHide(){
return confirm('Objekt DE-AKTIVIEREN?')
}
function ConfUnHide(){
return confirm('Objekt AKTIVIEREN?')
}
function ConfCreateObject(){
return confirm('Neues Objekt ERSTELLEN?')
}
function ConfAction(){
return confirm('Aktion AUSLOESEN?')
}
function ConfBackupPics(){
return confirm('Alle Bilder jetzt sichern?')
}
function ConfReminded(){
return confirm('Set as Reminded?')
}
function ConfSendEmail(){
return confirm('Sendmail Now?')
}
function ConfAddCredits(){
return confirm('Add Credits Now?')
}
function ConfMessage(msg){
return confirm(msg)
}

function res_trans(dropnr) 
{ 
document.forms['Setup'].elements[dropnr].value=''; 
}

function CurrencyPaste(){
document.forms[0].c1.value=document.forms[0].c2.value=
document.forms[0].c3.value=document.forms[0].c4.value=
document.forms[0].c5.value=document.forms[0].c6.value=
document.forms[0].c7.value=document.forms[0].c8.value=
document.forms[0].c9.value=document.forms[0].c10.value=
document.forms[0].c11.value=document.forms[0].c12.value=
document.forms[0].CurrencyID.options[document.forms[0].CurrencyID.options.selectedIndex].text;
}

function textCounter(field, countfield, maxlimit) {
if (field.value.length > maxlimit) // if too long...trim it!
field.value = field.value.substring(0, maxlimit);
// otherwise, update 'characters left' counter
else
countfield.value = maxlimit - field.value.length;
}

Fensterzahl=0
function CenterWin(mypage, myname, w, h, scroll, menu) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
if(Fensterzahl>0)
{
if(win.closed==false)
win.close()
}
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',menubar='+menu+',resizable'
win = window.open(mypage, myname, winprops)
//if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
win.focus()
Fensterzahl=1
}
Fensterzahl=0
Fensterzahl=0
function RightWin(Datetype){
var winl = screen.width - 290;
var wint = (screen.height - 320) /2 ;
if(Fensterzahl>0)
{
if(F1.closed==false)
F1.close()
}
F1=window.open(Datetype,"help","width=290,height=200,menubar=yes,resizable=no,scrollbars=yes,left="+winl+",top="+wint+"screenY="+wint+",screenX="+wint+"");
F1.focus()
Fensterzahl=1
}

Fensterzahl=0
function fenster(ANKER){
var winl = screen.width - 330;
var wint = (screen.height - 320) /2 ;
if(Fensterzahl>0)
{
if(F1.closed==false)
F1.close()
}
F1=window.open("/register/quickhelp.htm#"+ANKER,"help","width=320,height=244,menubar=yes,resizable=no,scrollbars=yes,left="+winl+",top="+wint+"screenY="+wint+",screenX="+wint+"");
F1.focus()
Fensterzahl=1
}

function fensterzu()
{
if(Fensterzahl>0)
{
if(F1.closed==false)
F1.close()
}
}

Bilder=new Array()
Bilder[0]=new Array(0,0)
Bilder[1]=new Array(new Image(),new Image(),new Image(),0)
Bilder[1][0].src="/img/nav/go.gif"
Bilder[1][1].src="/img/nav/go_o.gif"
Bilder[1][2].src="/img/nav/go_o.gif"

function show_vacancy(div_id){
	if(document.layers){
		if(document.vacancytable.height == 0+'px'){
			document.vacancytable.height = 165+'px';
		}
		else{
			document.vacancytable.height = 0+'px';
		}
	}
	else if(document.all){
		if(document.all[div_id].style.height == 0+'px'){
			document.all[div_id].style.height = 165+'px';
		}
		else{
			document.all[div_id].style.height = 0+'px';
		}
	}
	else if(document.getElementById){
		if(document.getElementById(div_id).style.height == 0+'px'){
			document.getElementById(div_id).style.height = 165+'px';
		}
		else{
			document.getElementById(div_id).style.height = 0+'px';
		}
	}
}
// End -->