

	$(document).ready(function() {
		$("a.Lnk1").colorbox();
		$("a.Lnk2").colorbox({'iframe':'true', 'width':'870', 'height':'890'});
	});


