/* Xenon Design 2009 */

/* You may adapt and learn from the elements of this CSS to use in your own projects,
but you may not copy the design (the unique combination of images, colors, sizes,
typography, and positioning) since this is copyright of Xenon Design and may not be
reproduced. */


function sw(y,x){
t=document.getElementById(x).style
t.visibility=(y=='click')?'visible':'hidden'
}