topical media & game development
#javascript-css-section-script.js / js
function toggleMe(a){
var next=document.getElementById(a);
var b=new String();
b= a-1;
var prev=document.getElementById(b);
if(!next)return true;
if(next.style.display=="none"){
next.style.display="block"
prev.style.display="none"
window.scrollTo(0,0);
} else {
next.style.display="none"
}
return true;
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.