$(document).ready(function () { 

$("#topic1, #topic1a, #topic3, #topic3a, #topic5, #topic5a").tooltip({
	bodyHandler: function() {
		return $($(this).attr("rel")).html();
	},
	track: true,
	showURL: false,
	top: -50, 
    left: 30,
	fade: 250
});

$("#topic2, #topic2a, #topic4, #topic4a, #topic6, #topic6a").tooltip({
	bodyHandler: function() {
		return $($(this).attr("rel")).html();
	},
	track: true,
	showURL: false,
	top: -50, 
    left: -30,
	fade: 250,
	positionLeft: true
});

   $(".colorbox").colorbox({
		width:"1015px",
		height:"765px",
		iframe:true
	});
});
