function frmAW()
{
    var theForm = document.getElementById('aspnetForm');
    theForm.action = 'http://www.ausbildung-weiterbildung.ch/suchen.asp';
    theForm.method = 'post';
    theForm.target = '_blank';
    theForm.submit();
}

function changeAWColor()
{
    var btnAWSendForm = document.getElementById('btnAW');
    btnAWSendForm.style.backgroundColor = "#FF4040";
    btnAWSendForm.style.color = "#FFFFFF";
}
