// JavaScript Document

function DivZindeXRollOver(DV){v=document.getElementById(DV);v.style.zIndex="1";}
function DivZindeXRollOut(v){v=document.getElementById(v);v.style.zIndex="0";}

