/* -------------------------------------------------------------------------------------------------------------------------

		INITIALIZE
		- Call all the functions on dom load and on page load respectively
		- Add/remove any desired function into this section

------------------------------------------------------------------------------------------------------------------------- */

window.onload = function() {
	
	// Feature Box Tabs
	tabBox('featureBox');
	
	// Feature Box Buttons
	rollover('fb_btn_pricing','/custom-media/images/buttons/btn_feature_box_pricing.png','/custom-media/images/buttons/btn_feature_box_pricing_hover.png');
	rollover('fb_btn_screencasts','/custom-media/images/buttons/btn_feature_box_screencast.png','/custom-media/images/buttons/btn_feature_box_screencast_hover.png');
	rollover('fb_btn_features','/custom-media/images/buttons/btn_feature_box_features.png','/custom-media/images/buttons/btn_feature_box_features_hover.png');
	rollover('fb_btn_clients','/custom-media/images/buttons/btn_feature_box_clients.png','/custom-media/images/buttons/btn_feature_box_clients_hover.png');
	
}