var showPage = function(el) {
	$('.scroll-pane .min-height').load( $(el).attr('href')+' .scroll-pane .min-height', {}, function(){
		//$('#scroll_box_1').jScrollPane({showArrows:true});
		$('.css_page_navigator .css_active').removeClass('css_active');
		$(el).addClass('css_active');
	} );
	
	return false;
}

jQuery(function(){
	$('.openShop').popupWindow({ 
	height:707, 
	width:530,
	scrollbars: 1, 
	centerScreen: 1
	});
});