function open_link(link){ window.open(link.href,'','toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,width=900,height=600,screenX=0,screenY=0'); return false; } function info(id){ id.onmouseout = info_back; statustext = ''; if (info.arguments[1] != ""){ statustext += info.arguments[1]; } if (info.arguments[2] != ""){ if (info.arguments[1] != ""){ statustext += ' - '; } statustext += info.arguments[2]; } if (info.arguments[3] != ""){ //document.images.preview.src = 'http://www.berg-zeitnahme.de/images/'+info.arguments[3] + '.jpg'; } window.status = statustext; id.title = statustext; return true; } function info_back(){ window.status = window.defaultStatus; } function new_win(link,name){ if (document.layers && name == 'meiserge'){ return true; } else { window.open(link,name,'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,width=800,height=600,screenX=0,screenY=0'); return false; } } function button(id){ with(document.getElementById(id).style){ backgroundColor = '#AAAAAA'; } } function button2(id){ with(document.getElementById(id).style){ backgroundColor = '#111111'; } }