// JavaScript Document

// TakeMeTo ColorBox JQuery functions

$(document).ready(function(){
	$(".progmajor").colorbox({innerWidth:400, innerHeight:385, iframe:true, opacity:.6});
	$(".information").colorbox({innerWidth:400, innerHeight:315, iframe:true, opacity:.6});
	$(".finaid").colorbox({innerWidth:400, innerHeight:250, iframe:true, opacity:.6});
	$(".enroll").colorbox({innerWidth:400, innerHeight:320, iframe:true, opacity:.6});
	$(".futurestudents").colorbox({innerWidth:400, innerHeight:315, iframe:true, opacity:.6});
	$(".students").colorbox({innerWidth:400, innerHeight:315, iframe:true, opacity:.6});
	$(".grizzathletics").colorbox({innerWidth:400, innerHeight:315, iframe:true, opacity:.6});
	$(".bizcomm").colorbox({innerWidth:400, innerHeight:330, iframe:true, opacity:.6});
	$(".aboutbcc").colorbox({innerWidth:400, innerHeight:315, iframe:true, opacity:.6});
	$(".bn_tv").colorbox({innerWidth:660, innerHeight:400, iframe:true, opacity:.6});
	$(".bm_tv").colorbox({innerWidth:738, innerHeight:575, iframe:true, opacity:.6});
	$(".atoz").colorbox({width:425, innerHeight:387, iframe:true, opacity:.6});

});
