$(window).addEvent('domready', function(){ initShop(); } );

/*$(window).addEvent('scroll'), function(){
	if(! $('basketTotals')) return;
	scrollBasketTotals = $('basketTotals');
});*/

//GLOBAL VARIABLES (Some of them are used only to reduce calls to '$ function' to improve javascript performance)
var shop = {};
shop.url = location.protocol +'//'+ location.host;
var mainTargetElement;
//NO MORE VARIABLES