m |
m |
||
Line 107: | Line 107: | ||
$("#bioIMG").css("margin", "1% 4%"); | $("#bioIMG").css("margin", "1% 4%"); | ||
$("#bioIMG").css("width", "12%"); | $("#bioIMG").css("width", "12%"); | ||
+ | $("#bioIMG").css("background-color", "grey"); | ||
$("#orgIMG").css("margin", "2% 5%"); | $("#orgIMG").css("margin", "2% 5%"); | ||
$("#orgIMG").css("width", "10%"); | $("#orgIMG").css("width", "10%"); | ||
+ | $("#orgIMG").css("background-color", "white"); | ||
$("#inorgIMG").css("margin", "2% 5%"); | $("#inorgIMG").css("margin", "2% 5%"); | ||
$("#inorgIMG").css("width", "10%"); | $("#inorgIMG").css("width", "10%"); | ||
+ | $("#inorgIMG").css("background-color", "white"); | ||
} | } | ||
+ | |||
+ | function BioClick(){ | ||
+ | $("#bioIMG").css("margin", "1% 4%"); | ||
+ | $("#bioIMG").css("width", "12%"); | ||
+ | $("#bioIMG").css("background-color", "grey"); | ||
+ | |||
+ | $("#orgIMG").css("margin", "2% 5%"); | ||
+ | $("#orgIMG").css("width", "10%"); | ||
+ | $("#orgIMG").css("background-color", "white"); | ||
+ | |||
+ | $("#inorgIMG").css("margin", "2% 5%"); | ||
+ | $("#inorgIMG").css("width", "10%"); | ||
+ | $("#inorgIMG").css("background-color", "white"); | ||
+ | } | ||
+ | |||
+ | function BioClick(){ | ||
+ | $("#bioIMG").css("margin", "1% 4%"); | ||
+ | $("#bioIMG").css("width", "12%"); | ||
+ | $("#bioIMG").css("background-color", "grey"); | ||
+ | |||
+ | $("#orgIMG").css("margin", "1% 4%"); | ||
+ | $("#orgIMG").css("width", "12%"); | ||
+ | $("#orgIMG").css("background-color", "grey"); | ||
+ | |||
+ | $("#inorgIMG").css("margin", "2% 5%"); | ||
+ | $("#inorgIMG").css("width", "10%"); | ||
+ | $("#inorgIMG").css("background-color", "white"); | ||
+ | } | ||
+ | |||
+ | function InorgClick(){ | ||
+ | $("#bioIMG").css("margin", "2% 5%"); | ||
+ | $("#bioIMG").css("width", "10%"); | ||
+ | $("#bioIMG").css("background-color", "white"); | ||
+ | |||
+ | $("#orgIMG").css("margin", "2% 5%"); | ||
+ | $("#orgIMG").css("width", "10%"); | ||
+ | $("#orgIMG").css("background-color", "white"); | ||
+ | |||
+ | $("#inorgIMG").css("margin", "1% 4%"); | ||
+ | $("#inorgIMG").css("width", "12%"); | ||
+ | $("#inorgIMG").css("background-color", "grey"); | ||
+ | } | ||
+ | |||
</script> | </script> |
Revision as of 23:25, 10 October 2018