﻿//tzhlama9
s.prop38 = s.prop38 + '+sme_end';

/*
sme/it_hosting/hep/de --> allgemeine seite
sme:it_hosting:hep:basis --> basis seite
sme/it_hosting/hep/basis/bestellung_basis/de --> bestellung
*/
/*
if (s.pageName.match(/sme\/it_hosting\/hep\/basis\/bestellung_basis.{3}$/)) {
SCformLoad('kmu_hep_basis','products');
s.events = s.apl(s.events, 'scAdd', ',', 1);
s.products=";Hosted Exchange Professionell Basis";
}
if (s.pageName.match(/sme\/it_hosting\/hep\/standard\/bestellung_standard.{3}$/)) {
SCformLoad('kmu_hep_standard','products');
s.events = s.apl(s.events, 'scAdd', ',', 1);
s.products=";Hosted Exchange Professionell Standard";
}
*/
/* sme/it_hosting/hep/basis/de  */
/*
if (s.pageName.match(/sme\/it_hosting\/hep\/basis.{3}$/)) {
s.events = s.apl(s.events, 'prodView', ',', 1);
s.products=";Hosted Exchange Professionell Basis";
}
if (s.pageName.match(/sme\/it_hosting\/hep\/standard.{3}$/)) {
s.events = s.apl(s.events, 'prodView', ',', 1);
s.products=";Hosted Exchange Professionell Standard";
}
 
 
if (s.pageName.match(/sme\/it_hosting\/obp\/bestellen_basic.{3}$/)) {
SCformLoad('kmu_obp_basic','products');
s.events = s.apl(s.events, 'scAdd', ',', 1);
s.products=";Online Backup Professionell Basic";
}
if (s.pageName.match(/sme\/it_hosting\/obp\/bestellen_standard.{3}$/)) {
SCformLoad('kmu_obp_standard','products');
s.events = s.apl(s.events, 'scAdd', ',', 1);
s.products=";Online Backup Professionell Standard";
}
if (s.pageName.match(/sme\/it_hosting\/obp\/bestellen_expert.{3}$/)) {
SCformLoad('kmu_obp_expert','products');
s.events = s.apl(s.events, 'scAdd', ',', 1);
s.products=";Online Backup Professionell Expert";
}
if (s.pageName.match(/sme\/it_hosting\/obp\/bestellen_enterprise.{3}$/)) {
SCformLoad('kmu_obp_enterprise','products');
s.events = s.apl(s.events, 'scAdd', ',', 1);
s.products=";Online Backup Professionell Enterprise";
}
 
if (s.pageName.match(/sme\/it_hosting\/sop\/bestellen.{3}$/)) {
SCformLoad('kmu_sop','products');
s.events = s.apl(s.events, 'scAdd', ',', 1);
s.products=";Shared Office Professionell";
}
if (s.pageName.match(/sme\/it_hosting\/sop.{3}$/)) {
SCformLoad('kmu_sop','products');
s.events = s.apl(s.events, 'scAdd', ',', 1);
s.products=";Shared Office Professionell";
}
*/

