
function wc3_or_IE(e_id)
{
	if (document.getElementById)
		{
		x = document.getElementById(e_id)
		}
	else if (document.all)
		{
		x = document.all.e_id
		}
	else
		{
		x = document.getElementById(e_id)
		}
	return x;		
}


function link_01_over(e_id)
{
wc3_or_IE(e_id);
}


function mouseOut(e_id)
{
wc3_or_IE(e_id);	
}


function make_visible()
{
		wc3_or_IE('hover_nav');
		x.style.visibility =  "visible";
}

function make_invisible()
{
		wc3_or_IE('hover_nav');
		x.style.visibility =  "hidden";
}

//function test(e_id)
//{
//wc3_or_IE(e_id);
//x.style.position =  "relative";
//x.style.position =  "absolute";	
//x.style.bottom =  "c";
//x.style.bottom =  "0px";	
//x.style.height =  "2px";	
//}



//~~~~~~~~~~~~~~~~~~~~NEW LINKS~~~~~~~~~~~~~~~~~~~~

var bg_position;


function page_load_tires(y)
{
wc3_or_IE('cat_header');
x.style.backgroundPosition =  y;
}

function load_bg_position(coords)
{
wc3_or_IE('cat_header');
//bg_position = x.style.backgroundPosition;
bg_position = coords;
x.style.backgroundPosition =  bg_position;
//alert(bg_position);
}

function out_link()
{
wc3_or_IE('cat_header');
x.style.backgroundPosition =  bg_position;
}

function over_link_01()
{
wc3_or_IE('cat_header');
x.style.backgroundPosition =  "0px -283px";
}

function over_link_02()
{
wc3_or_IE('cat_header');
x.style.backgroundPosition =  "0px -345px";
}

function over_link_03()
{
wc3_or_IE('cat_header');
x.style.backgroundPosition =  "0px -415px";
}

function over_link_04()
{
wc3_or_IE('cat_header');
x.style.backgroundPosition =  "0px -485px";
}



/*
function out_link_03()
{
wc3_or_IE('cat_header');
x.style.backgroundPosition =  "0px 0px";
}
*/

//roller codes

var image_01 = new Image();
var image_01a = new Image()
var image_02 = new Image();
var image_02a = new Image()
var image_03 = new Image();
var image_03a = new Image();

image_01.src = "_images/tv_buttons_panel_01.gif";
image_01a.src = "_images/tv_buttons_panel_01a.gif";

image_02.src = "_images/tv_buttons_panel_02.gif";
image_02a.src = "_images/tv_buttons_panel_02a.gif";

image_03.src = "_images/tv_buttons_panel_03.gif";
image_03a.src = "_images/tv_buttons_panel_03a.gif";

function butt_out_01()
{
document.tv_buttons_panel_01.src = image_01.src;
}

function butt_over_01()
{
document.tv_buttons_panel_01.src = image_01a.src;
}


function butt_out_02()
{
document.tv_buttons_panel_02.src = image_02.src;
}

function butt_over_02()
{
document.tv_buttons_panel_02.src = image_02a.src;
}


function butt_out_03()
{
document.tv_buttons_panel_03.src = image_03.src;
}

function butt_over_03()
{
document.tv_buttons_panel_03.src = image_03a.src;
}



/*
function butt_over(name_x, image_x)
{
document.name_x = image_x;
}
*/ 

/*
function butt_over(name_x,image_x)
{
document.name_x;
name_x.src = image_x.src;
}
*/


function test_butt()
{
alert("test");
}
