

function showcolor1(tdname1)
{
	document.getElementById(tdname1).style.background='url(images/newsitembg.jpg)';
}
function showcolor2(tdname1)
{
	document.getElementById(tdname1).style.background='';
}

function showcolorover(tdname1)
{
	document.getElementById(tdname1).style.background='url(images/newsitembg.jpg)';
}
function showcolorout(tdname1)
{
	document.getElementById(tdname1).style.background='#EEEEEE';
}

function showleft1(tdname1)
{
	document.getElementById('left1').className='font_1';
	document.getElementById('left2').className='font_1';
	document.getElementById('left1').style.background='';
	document.getElementById('left2').style.background='';
	document.getElementById(tdname1).style.background='url(images/left_2.gif)';
	document.getElementById(tdname1).className='font_2';
}

function move(x, y) {
if (document.all) {
object1.style.pixelLeft += x;
object1.style.pixelTop  += y;}
else
if (document.layers) {
document.object1.left += x;
document.object1.top  += y;
}};

function position() {
document.object1.left += -200;
document.object1.top  += 0;
document.object1.visibility = "show"
};

function makeStatic() {
if (document.all) {object1.style.pixelTop=document.body.scrollTop+100}
else {eval('document.object1.top=eval(window.pageYOffset+20)');}
setTimeout("makeStatic()",0);}


