Kosárba
if(window.addEventListener){
window.addEventListener("load",function load(event){
if(typeof(shoppingListJS) == "undefined" || shoppingListJS == null || !shoppingListJS) {
shoppingListJS = new ShoppingListJS({storeId: '11251',catalogId: '10751',langId: '4'}, {id: '3585525', name: 'Vienna Style* tibet* 100x150 cm', image: '', quantity: '1', type: 'ItemBean', components: {}, skus: []}, {}, "shoppingListJS");
}
});
} else {
window.attachEvent("onload",function load(event) {
if(typeof(shoppingListJS) == "undefined" || shoppingListJS == null || !shoppingListJS) {
shoppingListJS = new ShoppingListJS({storeId: '11251',catalogId: '10751',langId: '4'}, {id: '3585525', name: 'Vienna Style* tibet* 100x150 cm', image: '', quantity: '1', type: 'ItemBean', components: {}, skus: []}, {}, "shoppingListJS");
}
});
}