// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
var SkoogShop = {}
SkoogShop = {
	hidePopup : function() { Element.hide('itempopup'); },
	showPopup : function(url) {
		Element.replace('itempopupimg', "<img src='"+url+"' alt='Stor bild' id='itempopupimg' />");
		Element.show('itempopup');
	}
}
