				$(document).ready(function() {
							$("#bottomPage").css("height","102px");
							// Solution
							$("#bottomQL").mouseover(function(){
									$("#bottomQL").attr("src","/images/new/quick-links-white.gif");					
									$("#bottomED").attr("src","/images/new/ewaste-blue.gif");
									$("#bottomTB").attr("src","/images/new/techbox-blue.gif");
									$("#bottomEN").attr("src","/images/new/email-blue.gif");
									$("#bottomER").attr("src","/images/new/risks-blue.gif");
									$("#bottomIMG").attr("src","/images/new/quick-links-body.gif");
									$("#emailInput").hide();
									$("#quickList").show();
									$("#techLink").hide();
									$("#techBoxtxt").hide();
									$("#ewaste").hide();
									$("#risks").hide();
								});
								$("#bottomED").mouseover(function(){
									$("#bottomQL").attr("src","/images/new/quick-links-blue.gif");					
									$("#bottomED").attr("src","/images/new/ewaste-white.gif");
									$("#bottomTB").attr("src","/images/new/techbox-blue.gif");
									$("#bottomEN").attr("src","/images/new/email-blue.gif");
									$("#bottomER").attr("src","/images/new/risks-blue.gif");
									$("#bottomIMG").attr("src","/images/new/ewaste-drive-body.gif");
									$("#emailInput").hide();
									$("#quickList").hide();
									$("#techLink").hide();
									$("#techBoxtxt").hide();
									$("#ewaste").show();
									$("risks").hide();
								});
								$("#bottomTB").mouseover(function(){
									$("#bottomQL").attr("src","/images/new/quick-links-blue.gif");					
									$("#bottomED").attr("src","/images/new/ewaste-blue.gif");
									$("#bottomTB").attr("src","/images/new/techbox-white.gif");
									$("#bottomEN").attr("src","/images/new/email-blue.gif");
									$("#bottomER").attr("src","/images/new/risks-blue.gif");
									$("#bottomIMG").attr("src","/images/new/techbox-body.gif");
									$("#emailInput").hide();
									$("#quickList").hide();
									$("#techLink").show();
									$("#techBoxtxt").show();
									$("#ewaste").hide();
									$("#risks").hide();
								});
								$("#bottomEN").mouseover(function(){
									$("#bottomQL").attr("src","/images/new/quick-links-blue.gif");					
									$("#bottomED").attr("src","/images/new/ewaste-blue.gif");
									$("#bottomTB").attr("src","/images/new/techbox-blue.gif");
									$("#bottomEN").attr("src","/images/new/email-white.gif");
									$("#bottomER").attr("src","/images/new/risks-blue.gif");
									$("#bottomIMG").attr("src","/images/new/email-newsletter-body.gif");
									$("#emailInput").show();
									$("#quickList").hide();
									$("#techLink").hide();
									$("#techBoxtxt").hide();
									$("#ewaste").hide();
									$("#risks").hide();
								});
								$("#bottomER").mouseover(function(){
									$("#bottomQL").attr("src","/images/new/quick-links-blue.gif");					
									$("#bottomED").attr("src","/images/new/ewaste-blue.gif");
									$("#bottomTB").attr("src","/images/new/techbox-blue.gif");
									$("#bottomEN").attr("src","/images/new/email-blue.gif");
									$("#bottomER").attr("src","/images/new/risks-white.gif");
									$("#bottomIMG").attr("src","/images/new/environmental-risks-body.gif");
									$("#emailInput").hide();
									$("#quickList").hide();
									$("#techLink").hide();
									$("#techBoxtxt").hide();
									$("#ewaste").hide();
									$("#risks").show();
								});
								
								$("#movieButton").hover(
									function(){
										$("#movieButton").attr("src","/images/new/movie-button-green.jpg");
									},
									function(){
										$("#movieButton").attr("src","/images/new/movie-button-blue.jpg");
									});
									
									  $(".close").live("click", function(){
								      $("#movieContain").html("<div></div>");
								      flashembed("movieContain", "/demo/pres.swf");
								    });
								    
										$(function() { 
    									$("img[rel]").overlay({     
    										expose: { 
            							color: "black", 
            							opacity: 0.7, 
            							closeSpeed: 1000 
        								} 
        							}); 
    									flashembed("movieContain", "/demo/pres.swf");
    									
										});
											
										

					});