/**
 * GO 2 Admin Console
 * (c) 2008-2009 www.douglass.com
 * licensing@douglass.com
 *
 * $Author: doug $
 * $Id: functions.js 118 2009-01-13 20:21:22Z doug $
 * $Date: 2009-01-13 12:21:22 -0800 (Tue, 13 Jan 2009) $
 * $Revision: 118 $
 * $URL: svn+ssh://doug@g2gevents.homeip.net/var/svn/www.g2gevents.com/trunk/js/functions.js $
 */

//
// Function to fix vertical line drawn under IE and Safari
//
function resize_vertical_line(ref) {
  document.getElementById("the_line").height = document.getElementById(ref).clientHeight + "px";
} 

