Sign in
apache
/
grails-website
/
f20c3a3cacb5a040c84566198444dfd52f031c31
/
.
/
javascripts
/
324093606.navigation.js
blob: 885e4926bbc9e84e4165a2b02e4da1e8fd69f343 [
file
]
function
show
(
showId
,
hideId
)
{
document
.
getElementById
(
showId
).
style
.
display
=
"block"
document
.
getElementById
(
hideId
).
style
.
display
=
"none"
}