Obituaries

https://wojciks.ca/wp-content/uploads/1948183_profile_pic.jpg

Karen Molnar

April 5, 2017

MOLNAR, KAREN(Nee CHRISP)
   Karen Molnar, beloved wife of Steve Molnar of Calgary, passed away at the Peter Lougheed Centre on April 5, 2017 at the age of 70 years.    Karen was the loving mother of Lynn Molnar, Kathy (Michael) Wojcik and Anders (Elaine) Molnar, all of Calgary. She will also be dearly missed by her grandchildren Jason Molnar, Brittney Wojcik, Charlie Molnar, Joey Molnar, Nathan Benner and Karinna Rondilla.    Those wishing to pay their respects may do so between 1:00 and 2:00 pm on Wednesday, April 12, 2017.    A Funeral Service will be held in the Chapel of Mountain View Funeral Home (1605-100 Street SE, Calgary) on Wednesday, April 12, 2017 at 2:00 pm.   To express condolences, please visit www.mountainviewmemorial.ca
Karen Molnar Memorial | Obituary | Condolences | Calgary | Mountain View Memorial Gardens & Funeral Home

–>

//
// A9A 9A9′;
Ext.form.VTypes[‘canPostalCode’] = function(arg) {
return Ext.form.VTypes[‘canPostalCodeVal’].test(arg);
}

Ext.form.VTypes[‘usaPostalCodeVal’] = /^d{5}([-]d{4})?$/;
Ext.form.VTypes[‘usaPostalCodeMask’] = /[0-9-]/;
Ext.form.VTypes[‘usaPostalCodeText’] = ‘This field should be a zip code in the format 99999 or 99999-9999’;
Ext.form.VTypes[‘usaPostalCode’] = function(arg) {
return Ext.form.VTypes[‘usaPostalCodeVal’].test(arg);
}

Ext.QuickTips.init();

// Global setting for the look-n-feel of our validation stuff
Ext.form.Field.prototype.msgTarget = ‘under’;
//Ext.form.Field.prototype.msgTarget = ‘qtip’;
//Ext.form.Field.prototype.msgTarget = ‘title’;
//Ext.form.Field.prototype.msgTarget = ‘side’;

Ext.ns(‘Ext.ux.form’);
Ext.ux.form.Spacer = Ext.extend(Ext.BoxComponent, {
height: 15,
autoEl: ‘div’
});
Ext.reg(‘spacer’, Ext.ux.form.Spacer);

function launchSupportDialog(){
var dlg = new Ext.pv.common.SupportDialog({
personId : ‘300884’,

userId : ”,
email : ”,

contextPath : ”,
direction : ‘ltr’
});
dlg.show();
}

function launchLiveWebcast(){
window.open(‘/siteContent/liveWebcast.html?personId=300884’);

}

function launchShareEmailDialog(){
var dlg = new Ext.pv.common.ShareByEmailDialog({
personId : ‘300884’,

userId : ”,
email : ”,

contextPath : ”,
direction : ‘ltr’
});
dlg.show();
}
// ]]>

//
//
//
//
// 0) {
for (var i=0; i-1) {
found = true;
info = navigator.plugins[i].description + ‘ (‘ + navigator.plugins[i].filename + ‘)’;
break;
}
}
}
}

//alert(‘found=[‘ + found + ‘],info=[‘ + info + ‘]’);
return found;
}

function editCoreBookSettings(personId, bookId, callback) {
var dlg = new Ext.pv.memBook.BookSettingsFormDialog({
personId : personId,
bookId : bookId,
contextPath : ”,
direction : ‘ltr’,
callback : function(isConfirmed) {
callback(isConfirmed);
dlg.close();
}
});
dlg.show();
}

function editCoverPageSettings(vendorId, personId, bookId, bindingType, callback) {
var dlg = new Ext.pv.memBook.CoverPageSettingsFormDialog({
vendorId : vendorId,
personId : personId,
bookId : bookId,
enablePhotoForm : ((bindingType==1 || bindingType==2)?true:false),
contextPath : ”,
direction : ‘ltr’,
callback : function(isConfirmed) {
callback(isConfirmed);
dlg.close();
},
previewCallback : previewCoverPage
});
dlg.show();
}

function editSectionSettings(personId, bookId, sectionConfig, callback) {
var dlg = new Ext.pv.memBook.SectionSettingsFormDialog({
personId : personId,
bookId : bookId,
sectionConfig : sectionConfig,
contextPath : ”,
direction : ‘ltr’,
callback : function(isConfirmed) {
callback(isConfirmed);
dlg.close();
},
previewCallback : previewBookSection
});
dlg.show();
}

function previewBook(bookId, callback) {
var url = ‘/commerce/memBook/previewBook.html’;
viewPdf(bookId, 0, ”, ‘Preview’, url, true, callback, false);
}

function previewBookSection(bookId, sectionTypeId, params) {
var url = ‘/commerce/memBook/previewBookSection.html’;
viewPdf(bookId, sectionTypeId, params, ‘Preview’, url, false, null, false);
}

function previewCoverPage(bookId, sectionTypeId, params) {
var url = ‘/commerce/memBook/coverPagePreview.html’;
viewPdf(bookId, sectionTypeId, params, ‘Preview’, url, false, null, false);
}

function viewConfirmedBookPdf(bookId) {
var url = ‘/commerce/memBook/viewBookPdf.html’
+ ‘?personId=300884’
+ ‘&bookId=’ + bookId;

viewPdf(bookId, 0, ”, ‘Preview’, url, false, null, true);
}

function viewPdf(bookId, sectionTypeId, params, title, url, confirmEnabled, callback, viewConfirmed) {
if (useNonFlashBookPreview) {
var dlg = new Ext.pv.memBook.PreviewBookAsImagesDialog({
contextPath : ”,
personId : ‘300884’,
bookId : bookId,
sectionTypeId : sectionTypeId,
params : params,
title : title,
url : url,
confirmEnabled : confirmEnabled,
confirmCallback : function(isConfirmed) {
if (typeof callback==’function’) {
callback(isConfirmed);
}
}
});
dlg.show();
} else {
viewPdfFlex(bookId, sectionTypeId, Ext.urlEncode(params), title, confirmEnabled, callback, viewConfirmed);
}
}

var viewer = null;
function viewPdfFlex(bookId, sectionTypeId, params, title, confirmEnabled, callback, viewConfirmed) {
if (viewer==null) {
viewer = new Ext.pv.memBook.ViewPdfDialogFlex({
uploadHost : ‘http://mountainviewmemorial.sharingmemories.ca/’,
contextPath : ”,
selectedLocale : ‘en_US’,
personId : ‘300884’,
bookId : bookId,
sectionTypeId : sectionTypeId,
params : params,
title : title,
confirmEnabled : confirmEnabled,
confirmCallback : function(isConfirmed) {
if (typeof callback==’function’) {
callback(isConfirmed);
}
},
viewConfirmed : viewConfirmed
});
viewer.on(close, function() {viewer = null;}, this);
} else {
viewer.bookId = bookId;
viewer.sectionTypeId = sectionTypeId;
viewer.params = params;
viewer.title = title;
viewer.confirmEnabled = confirmEnabled;
viewer.confirmCallback = function(isConfirmed) {
if (typeof callback==’function’) {
callback(isConfirmed);
}
};
viewer.viewConfirmed = viewConfirmed;
}
viewer.show();
}

function launchMemBookFAQ() {
var dlg = new Ext.pv.memBook.FAQDialog({
contextPath : ”,
personId : ‘300884’,
direction : ‘ltr’
});
dlg.show();
}
// ]]>
//