/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function showSub(which,url){
     document.getElementById(which+"_div").style.display='block';
     document.getElementById(which+"_link").href=url;
}

