// JScript source code
function ShowTable(name) {  HideAll();  eval(""+name+".style.visibility = 'visible'"); } function HideTable(vname) {  sa(); } var totallayers=3;
function HideAll() 
{
	for (var a=1;a<=totallayers;a++)
	{
		eval("Cat_"+a+".style.visibility = 'hidden'");
	}
	so();
} function sa(vname) {  if(to==false)   {    ti=setTimeout("HideAll()",500);    to=true   } }  function sb(vname)
 {
  if(to==false)
   {
    ti=setTimeout("HideAll()",500);
    to=true
   }
 }function so() {  if(to)   {    clearTimeout(ti);    ti=null;    to=false;   } } 	var ti=null;var to=false;	function show(a){if(document.all){var layer=eval('document.all["'+a+'"].style')}else if(document.getElementById){var layer=eval('document.getElementById("'+a+'").style')}else{return};layer.display=""}	function me(a){ha();show(a);so()}	function ha(){for (var a=2;a<=12;a++){if(document.all){var layer=eval('document.all["'+a+'"].style')}else if(document.getElementById){var layer=eval('document.getElementById("'+a+'").style')}else{return};layer.display="none"}}	function url(u){u=eval('document.getElementById("'+u+'")');location.href=u.href;}	function stock(s){location.href="http://www.geniusmouse.co.uk/product.asp?stock_id=" + s}