/*******************************************************************************
*
* © 2009 Copyright A-Vision / flexwerkkracht.nl
*
* File description :       Web site / application
* 
* Created by       :       Arnold Velzel
* Created on       :       28/11/2009
*
* Last changed by  :       Arnold Velzel
* Last changed on  :       <LastChanged>
* 
*******************************************************************************/

function selectColumn( col)
{
 if ( col) {
  var anchors = col.getElementsByTagName("A");
  if ( anchors && anchors.length) anchors[0].click();
 }
}
