$(document).ready(
	function () {
		initializeColorbox();
	}
);

function initializeColorbox() {
	try {
		if (isIE7) {
			$(".play_video").colorbox({scrolling: false, width:"407px",height:"353px",iframe:true});
			$(".play_scorm").colorbox({width:"880px",height:"700px",iframe:true});
			$(".play_swf").colorbox({width:"827px",height:"700px",iframe:true});
			$(".view_image").colorbox({maxWidth:"60%"});
			$(".view_document").colorbox({width:"60%",height:"80%",iframe:true});
			$(".takeTour, #takeTour").colorbox({scrolling: false, innerWidth:"510px",innerHeight:"310px",iframe:true});
		}
		else {
			$(".play_video").colorbox({scrolling: false, width:"407px",height:"327px",iframe:true});
			$(".play_scorm").colorbox({width:"880px",height:"700px",iframe:true});
			$(".play_swf").colorbox({width:"827px",height:"677px",iframe:true});
			$(".view_image").colorbox({maxWidth:"60%"});
			$(".view_document").colorbox({width:"60%",height:"80%",iframe:true});
			$(".takeTour, #takeTour").colorbox({scrolling: false, innerWidth:"510px",innerHeight:"310px",iframe:true});
		}
	} catch (e) {
		//alert(e);
	}
}
