var __preload_buttons = [];

function set_table_height(id) 
{
	var height = document.getElementById('img_' + id).height;
	document.getElementById("table_" + id).style.height = (height + 19) + "px";
}

function set_framed_element_height(id)
{
	var height = document.getElementById(id).offsetHeight;
	document.getElementById("framed_element_" + id).style.height = (height + 19) + "px";
}

function preload_buttons()
{
	var length = 0;
	__preload_buttons[length] = new Image();
	__preload_buttons[length++].src = "images/templates/trans_button_70_26.png";
	
	__preload_buttons[length] = new Image();
	__preload_buttons[length++].src = "images/templates/trans_button_100_26.png";
	
	__preload_buttons[length] = new Image();
	__preload_buttons[length++].src = "images/templates/trans_button_140_26.png";

/* Highlights */	
	__preload_buttons[length] = new Image();
	__preload_buttons[length++].src = "images/templates/trans_button_70_26_highlight.png";
	
	__preload_buttons[length] = new Image();
	__preload_buttons[length++].src = "images/templates/trans_button_100_26_highlight.png";
	
	__preload_buttons[length] = new Image();
	__preload_buttons[length++].src = "images/templates/trans_button_140_26_highlight.png";
}

preload_buttons();

function __console()
{
	this.log = function(_x){};
}
if (!console)
	{var console = new __console();}
