$(document).ready(function () {
	$('.viewcart-register').click( function (e) {
		window.open(this.href, this, 'width=700,height=850');
		return false;
	});
});


