$(document).ready(function() {
	//route
	$("a#route").fancybox({
		'frameWidth': 745,
		'frameHeight': 524
	});
});

