$(function(){
	$('a[@href~="/eng/"]').click(function(){
		window.open(this.href, "shop","width=900,height=800,scrollbars=yes");
		return false;
	});
});
