Team:RHIT/Current Team
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
</div></div></div></div> | </div></div></div></div> | ||
Line 15: | Line 14: | ||
$('#logged_in').show(); | $('#logged_in').show(); | ||
} | } | ||
+ | $('#rhit-sheet2').hide(); | ||
}); | }); | ||
+ | |||
+ | function photoGallery () { | ||
+ | $('#rhit-blueSheet').hide(); | ||
+ | $('#rhit-redSheet').show(); | ||
+ | } | ||
+ | function teamBios () { | ||
+ | $('#rhit-redSheet').hide(); | ||
+ | $('#rhit-blueSheet').show(); | ||
+ | } | ||
+ | function cursor_Link () { | ||
+ | $(document).body.style.cursor = 'pointer'; | ||
+ | } | ||
+ | function cursor_Reset () { | ||
+ | $(document).body.style.cursor = "default"; | ||
+ | } | ||
</script> | </script> | ||
</head> | </head> |
Revision as of 14:27, 31 July 2012