5 lines
209 B
JavaScript
5 lines
209 B
JavaScript
|
// xShow, Copyright 2001-2005 Michael Foster (Cross-Browser.com)
|
||
|
// Part of X, a Cross-Browser Javascript Library, Distributed under the terms of the GNU LGPL
|
||
|
|
||
|
function xShow(e) {return xVisibility(e,1);}
|