function visaBildSpel(){
	//alert("ERT");	
	//Slimbox.open("http://develope.market-art.se/wp-content/themes/twentyten/gfx/logga.jpg")
	/*Slimbox.open([["http://develope.market-art.se/wp-content/themes/twentyten/gfx/logga.jpg"], ["http://develope.market-art.se/wp-content/themes/twentyten/gfx/logga.jpg"], ["http://develope.market-art.se/wp-content/themes/twentyten/gfx/logga.jpg"]], 1, {loop: true});*/
}
/*function tweenIn(){
	
	var myEffects = new Fx.Morph('imgSub', {duration: 500, transition: Fx.Transitions.Quad.easeInOut});
	
	myEffects.start({
    	'opacity': [0.8,1]
	});
}

function tweenOut(){
	
	var myEffects = new Fx.Morph('imgSub', {duration: 500, transition: Fx.Transitions.Quad.easeInOut});
	
	myEffects.start({
    	'opacity': [1,0.8]
	});
}*/
