function ClickMotor(strValue) {
    document.forms['aspnetForm'].txtChosenUitvoering.value = '';
    document.forms['aspnetForm'].txtChosenMotor.value = strValue;
    __doPostBack('ctl00$ContentPlaceHolderMain$UpdatePanelUitvoeringKeuze$cmdRefreshMotor', '');
}
function ClickVersnelling(strValue) {
    document.forms['aspnetForm'].txtChosenUitvoering.value = '';
    document.forms['aspnetForm'].txtChosenVersnelling.value = strValue;
    __doPostBack('ctl00$ContentPlaceHolderMain$UpdatePanelUitvoeringKeuze$cmdRefreshVersnelling', '');
}
function ClickBrandstofType(strValue) {
    document.forms['aspnetForm'].txtChosenMotor.value = '';
    document.forms['aspnetForm'].txtChosenUitvoering.value = '';
    document.forms['aspnetForm'].txtChosenBrandstofType.value = strValue;
    __doPostBack('ctl00$ContentPlaceHolderMain$UpdatePanelUitvoeringKeuze$cmdRefreshBrandstofType', '');
}
function ClickUitvoering(strValue) {
    document.forms['aspnetForm'].txtChosenUitvoering.value = strValue;
    __doPostBack('ctl00$ContentPlaceHolderMain$UpdatePanelUitvoeringKeuze$cmdRefreshUitvoering', '');
}
function ClickType(strValue) {
    document.forms['aspnetForm'].txtChosenType.value = strValue;
    __doPostBack('ctl00$ContentPlaceHolderMain$UpdatePanelUitvoeringKeuze$cmdRefreshType', '');
}
function DeleteEigenOptieAccessoire(strValue) {
    document.forms['aspnetForm'].txtEigenOptieAccessoire.value = strValue;
    __doPostBack('ctl00$ContentPlaceHolderMain$UpdatePanelUitvoeringKeuze$cmdRefreshDeleteOptieAccessoire', '');
    document.forms['aspnetForm'].txtEigenOptieAccessoire.value = '';
}

function LoadStdUitrusting(strValue) {
    //document.form1.txtExtraInfo.value = strValue;
}
function SetZoekBox(strValue) {
    document.form1.txtCloseZoek.value = strValue;
}

function AddInvoke() {
    Sys.Net.WebRequestManager.add_invokingRequest(onInvoke);
    Sys.Net.WebRequestManager.add_completedRequest(onComplete);
}
function PageClick(lngID) {
    scroll(0, 0);
    document.forms['aspnetForm'].txtPage.value = lngID;
    __doPostBack('ctl00$ContentPlaceHolderMain$UpdatePanel1$cmdRefreshOverzicht', '');
}
function VerwerkSelectieSpecs(brandstof, T1, T2, nKW, V, nTypeID, strHref) {
    document.forms['aspnetForm'].brandstof.value = brandstof;
    document.forms['aspnetForm'].T1.value = T1;
    document.forms['aspnetForm'].T2.value = T2;
    document.forms['aspnetForm'].nKW.value = nKW;
    document.forms['aspnetForm'].V.value = V;
    document.forms['aspnetForm'].nTypeID.value = nTypeID;
    document.forms['aspnetForm'].HREF.value = strHref;
    __doPostBack('ctl00$ContentPlaceHolderMain$UpdatePanel1$cmdSetSessionSelectie', '');
}
function open_windowbeheer(url) {
    email = window.open(url, "kazaap2", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,left=1,top=1,x=1,y=1,width=912,height=800");
}

