$(document).ready(function() {
	var width = $(window).width()/2,
		height = $(window).height()*0.75;

	$('.hold-udskrift-link a').click(function() {
		var path = $(this).attr('href');
		window.open(path,'udskriv','width=' + width + ',height=' + height + ',scrollbars=yes');
		return false;
	});
});
