// JavaScript Document

function q1() { if
(this.document.all.q1.style.display=="none")
(this.document.all.q1.style.display="block") ;
else (this.document.all.q1.style.display="none") ; }

function q2() { if
(this.document.all.q2.style.display=="none")
(this.document.all.q2.style.display="block") ;
else (this.document.all.q2.style.display="none") ; }

function q3() { if
(this.document.all.q3.style.display=="none")
(this.document.all.q3.style.display="block") ;
else (this.document.all.q3.style.display="none") ; }

