Sign in
apache
/
grails-static-website
/
refs/heads/gh-pages
/
.
/
javascripts
/
1114164408.navigation.js
blob: 885e4926bbc9e84e4165a2b02e4da1e8fd69f343 [
file
] [
log
] [
blame
]
function
show
(
showId
,
hideId
)
{
document
.
getElementById
(
showId
).
style
.
display
=
"block"
document
.
getElementById
(
hideId
).
style
.
display
=
"none"
}