/*==============================================
 init
==============================================*/
$(function(){
	$('body').removeClass('nojs');
	$("img[src*='_off.']").imageRollOver();
	$('div.tabContent').tabToggle();
	$(".colorbox").colorbox({transition:"fade",initialWidth:400,initialHeight:200});
	$(".colorbox-iframe").colorbox({width:"693", height:"90%", iframe:true, opacity:0.75});
	$("#click").click(function(){ 
	$('#click').css({"background-color":"#fff", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
		return false;
			});
});
