// -------------------------------- // Add item to bakset // -------------------------------- function AddItem(img, id, type) { saja.run(''+saja.Get(id)+','+saja.Get(type)+'','SjVisRes','r','innerHTML',this,'55eee3ed316a2e2849e69aef73525352','e0cd2c53b04b3bf412651ee445525625');; // Set new image source img.parentNode.childNodes[1].style.display="none"; img.parentNode.childNodes[0].style.display=""; } // -------------------------------- // Remove item from bakset // -------------------------------- function RemoveItem(img, id, type) { saja.run(''+saja.Get(id)+','+saja.Get(type)+'','SjVisRes','r','innerHTML',this,'55eee3ed316a2e2849e69aef73525352','5a6d2144f5a3bd3fccdc9954218df960');; // Set new image source img.parentNode.childNodes[0].style.display="none"; img.parentNode.childNodes[1].style.display=""; }