// Produkt-IDs
var WorkStationID = new Array();
// 1 Jahr 
WorkStationID[1] = new Array();
WorkStationID[1] ['NoSupport'] = '527794';
WorkStationID[1] ['Gold'] = '532525';
// 3 Jahre
WorkStationID[2] = new Array();
WorkStationID[2] ['NoSupport'] = '530743';
WorkStationID[2] ['Gold'] = '532915';

//Betriebssysteme im PullDown-Menu
var OperatingSystems = new Array('Windows', 'Linux', 'FreeBSD');