function unpack(name) 
   {
      menu = document.getElementById('menu_' + name) ? 1 : 0;
	  
	  if (menu)
         {
            document.getElementById('menu_' + name).style.visibility = 'visible';
		 }
   }

function pack(name) 
   {
      menu = document.getElementById('menu_' + name) ? 1 : 0;
	  
      if (menu)
         {
            document.getElementById('menu_' + name).style.visibility = 'hidden';
		 }
   }
   
function detail(jm,ox,oy)
   {
      window.open("detail.php?id="+jm, "img", "width="+ox+",height="+oy+",menubar=no,resizable=no,scrollbars=no,statusbar=no, left=105,top=215")
   }

function galerie(jm,ox,oy)
   {
      window.open("galerie.php?id="+jm, "img", "width="+ox+",height="+oy+",menubar=no,resizable=no,scrollbars=no,statusbar=no, left=105,top=215")
   }

_uacct = "UA-2511259-1";
urchinTracker();
