// JavaScript Document

//Social Links & Search
$(function() {
$(".search_rollover").hover(function() {
$(this).attr("src", "images/search_button2.png");
}, function () {
$(this).attr("src", "images/search_button.png");
});
}); 

$(function() {
$(".youtube_rollover").hover(function() {
$(this).attr("src", "images/yt_button2.png");
}, function () {
$(this).attr("src", "images/yt_button.png");
});
}); 

$(function() {
$(".twitter_rollover").hover(function() {
$(this).attr("src", "images/t_button2.png");
}, function () {
$(this).attr("src", "images/t_button.png");
});
}); 

$(function() {
$(".facebook_rollover").hover(function() {
$(this).attr("src", "images/fb_button2.png");
}, function () {
$(this).attr("src", "images/fb_button.png");
});
}); 
//End of Social Links & Search


//Navigation
$(function() {
$(".home_rollover").hover(function() {
$(this).attr("src", "images/home2.png");
}, function () {
$(this).attr("src", "images/home.png");
});
}); 

$(function() {
$(".services_rollover").hover(function() {
$(this).attr("src", "images/services2.png");
}, function () {
$(this).attr("src", "images/services.png");
});
}); 

$(function() {
$(".about_rollover").hover(function() {
$(this).attr("src", "images/about2.png");
}, function () {
$(this).attr("src", "images/about.png");
});
}); 

$(function() {
$(".store_rollover").hover(function() {
$(this).attr("src", "images/store2.png");
}, function () {
$(this).attr("src", "images/store.png");
});
}); 

$(function() {
$(".faq_rollover").hover(function() {
$(this).attr("src", "images/faq2.png");
}, function () {
$(this).attr("src", "images/faq.png");
});
}); 

$(function() {
$(".support_rollover").hover(function() {
$(this).attr("src", "images/support2.png");
}, function () {
$(this).attr("src", "images/support.png");
});
}); 

$(function() {
$(".contact_rollover").hover(function() {
$(this).attr("src", "images/contact2.png");
}, function () {
$(this).attr("src", "images/contact.png");
});
}); 

$(function() {
$(".bell_rollover").hover(function() {
$(this).attr("src", "images/bell2.png");
}, function () {
$(this).attr("src", "images/bell.png");
});
});

$(function() {
$(".computers_rollover").hover(function() {
$(this).attr("src", "images/computers2.png");
}, function () {
$(this).attr("src", "images/computers.png");
});
});

$(function() {
$(".office_rollover").hover(function() {
$(this).attr("src", "images/office2.png");
}, function () {
$(this).attr("src", "images/office.png");
});
});

$(function() {
$(".electronics_rollover").hover(function() {
$(this).attr("src", "images/electronics2.png");
}, function () {
$(this).attr("src", "images/electronics.png");
});
});

$(function() {
$(".tv_rollover").hover(function() {
$(this).attr("src", "images/tv2.png");
}, function () {
$(this).attr("src", "images/tv.png");
});
});

$(function() {
$(".mp3_rollover").hover(function() {
$(this).attr("src", "images/mp32.png");
}, function () {
$(this).attr("src", "images/mp3.png");
});
});

$(function() {
$(".gaming_rollover").hover(function() {
$(this).attr("src", "images/gaming2.png");
}, function () {
$(this).attr("src", "images/gaming.png");
});
});

//End of Navigation


//Side Link Buttons
$(function() {
$(".computer_repair_rollover").hover(function() {
$(this).attr("src", "images/computer_repair_button2.png");
}, function () {
$(this).attr("src", "images/computer_repair_button.png");
});
}); 

$(function() {
$(".web_hosting_rollover").hover(function() {
$(this).attr("src", "images/web_hosting_button2.png");
}, function () {
$(this).attr("src", "images/web_hosting_button.png");
});
}); 

$(function() {
$(".graphic_design_rollover").hover(function() {
$(this).attr("src", "images/graphic_design_button2.png");
}, function () {
$(this).attr("src", "images/graphic_design_button.png");
});
}); 

$(function() {
$(".mobility_rollover").hover(function() {
$(this).attr("src", "images/mobility_button2.png");
}, function () {
$(this).attr("src", "images/mobility_button.png");
});
}); 

$(function() {
$(".retail_rollover").hover(function() {
$(this).attr("src", "images/retail_button2.png");
}, function () {
$(this).attr("src", "images/retail_button.png");
});
}); 

//Footer Social Links
$(function() {
$(".yt_footer").hover(function() {
$(this).attr("src", "images/youtube_footer_2.png");
}, function () {
$(this).attr("src", "images/youtube_footer_1.png");
});
}); 

$(function() {
$(".t_footer").hover(function() {
$(this).attr("src", "images/twitter_footer_2.png");
}, function () {
$(this).attr("src", "images/twitter_footer_1.png");
});
}); 

$(function() {
$(".f_footer").hover(function() {
$(this).attr("src", "images/facebook_footer_2.png");
}, function () {
$(this).attr("src", "images/facebook_footer_1.png");
});
}); 

//Computer Services

$(function() {
$(".cbl_button").hover(function() {
$(this).attr("src", "images/cbl_quote2.png");
}, function () {
$(this).attr("src", "images/cbl_quote.png");
});
}); 

$(function() {
$(".shop_online_button").hover(function() {
$(this).attr("src", "images/shop_online2.png");
}, function () {
$(this).attr("src", "images/shop_online.png");
});
}); 

//Web Hosting - DropDown Content
//Bell Mobility - DropDown Content
$(document).ready(function(){
						  $('.Ultimate_Webhosting_Package_Table').hide();
						  $('.Free_Webhosting_Table').hide();
						  $('.Ecommerce_Webhosting_Table').hide();
						  $('.BlackBerry_Table').hide();
						  $('.Smartphone_Table').hide();
						  $('.Phones_Table').hide();
						   });
									


$(function() {
		   $('.Ultimate_Webhosting_Package_Table_Trigger').click(function() {
									    var imgTag = $(this)
										$('.Ultimate_Webhosting_Package_Table').toggle();
										
										if ( imgTag.attr("src") == "images/ultimate_trigger.png") {
											imgTag.attr("src", "images/ultimate_trigger2.png");
										}
										else{
											imgTag.attr("src", "images/ultimate_trigger.png");
										}
										});
		   });

$(function() {
		   $('.Free_Webhosting_Table_Trigger').click(function() {
									    var imgTag2 = $(this)
										$('.Free_Webhosting_Table').toggle();
										
										if ( imgTag2.attr("src") == "images/free_trigger.png") {
											imgTag2.attr("src", "images/free_trigger2.png");
										}
										else{
											imgTag2.attr("src", "images/free_trigger.png");
										}
										});
		   });

$(function() {
		   $('.Ecommerce_Webhosting_Table_Trigger').click(function() {
									    var imgTag3 = $(this)
										$('.Ecommerce_Webhosting_Table').toggle();
										
										if ( imgTag3.attr("src") == "images/ecommerce_trigger.png") {
											imgTag3.attr("src", "images/ecommerce_trigger2.png");
										}
										else{
											imgTag3.attr("src", "images/ecommerce_trigger.png");
										}
										});
		   });

//BlackBerry Phones
$(function() {
		   $('.BlackBerry_Trigger').click(function() {
									    var imgTag4 = $(this)
										$('.BlackBerry_Table').toggle();
										
										if ( imgTag4.attr("src") == "images/blackberry_button.png") {
											imgTag4.attr("src", "images/blackberry_button2.png");
										}
										else{
											imgTag4.attr("src", "images/blackberry_button.png");
										}
										});
		   });

//Smartphones
$(function() {
		   $('.smartphone_trigger').click(function() {
									    var imgTag5 = $(this)
										$('.Smartphone_Table').toggle();
										
										if ( imgTag5.attr("src") == "images/smartphone_button.png") {
											imgTag5.attr("src", "images/smartphone_button2.png");
										}
										else{
											imgTag5.attr("src", "images/smartphone_button.png");
										}
										});
		   });

//Superphones
$(function() {
		   $('.superphones_trigger').click(function() {
									    var imgTag7 = $(this)
										$('.Superphones_Table').toggle();
										
										if ( imgTag7.attr("src") == "images/superphones_button.png") {
											imgTag7.attr("src", "images/superphones_button2.png");
										}
										else{
											imgTag7.attr("src", "images/superphones_button.png");
										}
										});
		   });
//Phones
$(function() {
		   $('.phones_trigger').click(function() {
									    var imgTag6 = $(this)
										$('.Phones_Table').toggle();
										
										if ( imgTag6.attr("src") == "images/phones_button.png") {
											imgTag6.attr("src", "images/phones_button2.png");
										}
										else{
											imgTag6.attr("src", "images/phones_button.png");
										}
										});
		   });

// Bell Bundle Button Rollover
$(function() {
$(".save_rollover").hover(function() {
$(this).attr("src", "images/save_bel_bundle2.png");
}, function () {
$(this).attr("src", "images/save_bel_bundle.png");
});
}); 

// Support Page Rollovers

$(function() {
$(".acer_link").hover(function() {
$(this).attr("src", "images/acer_logo_small2.png");
}, function () {
$(this).attr("src", "images/acer_logo_small.png");
});
}); 

$(function() {
$(".asus_link").hover(function() {
$(this).attr("src", "images/asus_logo_small2.png");
}, function () {
$(this).attr("src", "images/asus_logo_small.png");
});
}); 

$(function() {
$(".compaq_link").hover(function() {
$(this).attr("src", "images/compaq_logo_small2.png");
}, function () {
$(this).attr("src", "images/compaq_logo_small.png");
});
}); 

$(function() {
$(".gateway_link").hover(function() {
$(this).attr("src", "images/gateway_logo_small2.png");
}, function () {
$(this).attr("src", "images/gateway_logo_small.png");
});
}); 

$(function() {
$(".hp_link").hover(function() {
$(this).attr("src", "images/hp_logo_small2.png");
}, function () {
$(this).attr("src", "images/hp_logo_small.png");
});
}); 

$(function() {
$(".lenovo_link").hover(function() {
$(this).attr("src", "images/lenonvo_logo_small2.png");
}, function () {
$(this).attr("src", "images/lenonvo_logo_small.png");
});
}); 

$(function() {
$(".toshiba_link").hover(function() {
$(this).attr("src", "images/toshiba_logo_small2.png");
}, function () {
$(this).attr("src", "images/toshiba_logo_small.png");
});
}); 

$(function() {
$(".scom_link").hover(function() {
$(this).attr("src", "images/scom_logo_small2.png");
}, function () {
$(this).attr("src", "images/scom_logo_small.png");
});
}); 

$(function() {
$(".brother_link").hover(function() {
$(this).attr("src", "images/brother_logo_small2.png");
}, function () {
$(this).attr("src", "images/brother_logo_small.png");
});
}); 

$(function() {
$(".canon_link").hover(function() {
$(this).attr("src", "images/canon_logo_small2.png");
}, function () {
$(this).attr("src", "images/canon_logo_small.png");
});
}); 

$(function() {
$(".dell_link").hover(function() {
$(this).attr("src", "images/dell_logo_small2.png");
}, function () {
$(this).attr("src", "images/dell_logo_small.png");
});
}); 

$(function() {
$(".epson_link").hover(function() {
$(this).attr("src", "images/epson_logo_small2.png");
}, function () {
$(this).attr("src", "images/epson_logo_small.png");
});
}); 

$(function() {
$(".hp_link").hover(function() {
$(this).attr("src", "images/hp_logo_small2.png");
}, function () {
$(this).attr("src", "images/hp_logo_small.png");
});
}); 

$(function() {
$(".kodak_link").hover(function() {
$(this).attr("src", "images/kodak_logo_small2.png");
}, function () {
$(this).attr("src", "images/kodak_logo_small.png");
});
}); 

$(function() {
$(".htc_link").hover(function() {
$(this).attr("src", "images/htc_logo_small2.png");
}, function () {
$(this).attr("src", "images/htc_logo_small.png");
});
}); 

$(function() {
$(".lg_link").hover(function() {
$(this).attr("src", "images/lg_logo_small2.png");
}, function () {
$(this).attr("src", "images/lg_logo_small.png");
});
}); 

$(function() {
$(".motorola_link").hover(function() {
$(this).attr("src", "images/motorola_logo_small2.png");
}, function () {
$(this).attr("src", "images/motorola_logo_small.png");
});
}); 





$(function() {
$(".nokia_link").hover(function() {
$(this).attr("src", "images/nokia_logo_small2.png");
}, function () {
$(this).attr("src", "images/nokia_logo_small.png");
});
}); 

$(function() {
$(".blackberry_link").hover(function() {
$(this).attr("src", "images/blackberry_logo_small2.png");
}, function () {
$(this).attr("src", "images/blackberry_logo_small.png");
});
}); 

$(function() {
$(".samsung_link").hover(function() {
$(this).attr("src", "images/samsung_logo_small2.png");
}, function () {
$(this).attr("src", "images/samsung_logo_small.png");
});
}); 

$(function() {
$(".bell_link").hover(function() {
$(this).attr("src", "images/bell_logo_small2.png");
}, function () {
$(this).attr("src", "images/bell_logo_small.png");
});
}); 

