var myrules = {
		'img.legg-i-kurv' : function(element){
			element.onmouseover = function(){
				this.src = '/ews.tpl/tpl01/gfx/btn-buy-on.gif';
			},
			element.onmouseout = function(){
				this.src = '/ews.tpl/tpl01/gfx/btn-buy.gif';
			}
		},
		'input.legg-i-kurv' : function(element){
			element.onmouseover = function(){
				this.src = '/ews.tpl/tpl01/gfx/btn-buy-on.gif';
			},
			element.onmouseout = function(){
				this.src = '/ews.tpl/tpl01/gfx/btn-buy.gif';
			}
		},
		'img.les-mer' : function(element){
			element.onmouseover = function(){
				this.src = '/ews.tpl/tpl01/gfx/btn-info-on.gif';
			},
			element.onmouseout = function(){
				this.src = '/ews.tpl/tpl01/gfx/btn-info.gif';
			}
		},
		'input.btn-search' : function(element){
			element.onmouseover = function(){
				this.src = '/ews.tpl/tpl01/gfx/button-search-on.gif';
			},
			element.onmouseout = function(){
				this.src = '/ews.tpl/tpl01/gfx/button-search.gif';
			}
		},
		'img.temp_menu_cart_complete' : function(element){
			element.onmouseover = function(){
				this.src = '/ews.tpl/tpl01/gfx/button-checkout-on.gif';
			},
			element.onmouseout = function(){
				this.src = '/ews.tpl/tpl01/gfx/button-checkout.gif';
			}
		},
		'img.btn-q' : function(element){
			element.onmouseover = function(){
				this.src = '/ews.tpl/tpl01/gfx/button-q-on.gif';
			},
			element.onmouseout = function(){
				this.src = '/ews.tpl/tpl01/gfx/button-q.gif';
			}
		},
		'input.btn-ok' : function(element){
			element.onmouseover = function(){
				this.src = '/ews.tpl/tpl01/gfx/button-ok-on.gif';
			},
			element.onmouseout = function(){
				this.src = '/ews.tpl/tpl01/gfx/button-ok.gif';
			}
		}
	};

	Behaviour.register(myrules);
