/*
project: fc_aroma
filename: functions.inc.js
dir: /lib_js
purpose: funktionen in js zum checken diverser eingaben
*/
	/**********************************************************************************************************/	

function templateOrderStatus_delOffert(offertdoku,path){
    boolCheck = confirm("Soll die Offerte '"+offertdoku+"' gelöscht werden?");
    if(boolCheck) {
        window.location.href = path;
    }
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
