Unser Service für Sie
Hol- und Bring-Service
Unfallinstandsetzung
Haupt-Untersuchung
Abgas-Untersuchung
Aller Fabrikate
Finanzierung, Leasing, Autoversicherungen
| Unsere Öffnungszeiten |
 |
 |
Verkauf Mo. - Fr.: 8:00 - 18:00 |
 |
Werkstatt: Mo. - Fr.: 9:00 - 17:30 |
 |
Samstags 8:00 - 12:00 |
if (document.all && window.print) {
contextMenuDiv.className = menuskin;
document.oncontextmenu = showmenuie5;
document.body.onclick = hidemenuie5;
}
if(frameEditTabDiv.style.display == 'block'){
document.body.onclick = hideEditTab;
}
function processSave(){
//ctrl+s keys
if ((window.event.ctrlKey == true) && (window.event.keyCode == 83)){
//alert("processSave");
window.status = "please wait while we SAVE...";
parent.link_Ed1_guard.fireEvent("onClick");
return false;
}
//alt+s keys
if ((window.event.altKey == true) && (window.event.keyCode == 83 )){
window.status = "please wait while we SAVE and PUBLISH...";
parent.link_Ed1_pub.fireEvent("onClick");
return false;
}
}
document.onkeydown = processSave;
window.status = "In EDIT Mode";