
//--------------------------function1 start here------------------------------------;
function colorchange1(x)
{
var newImage = 'url(images-new/host-bg-yellow.jpg)';
document.getElementById(x).style.backgroundImage = newImage;
document.getElementById(x).style.color = '#131524'; 

}
function colorchangeonmouseout1(x1)
{

var newImage = 'url(images-new/host-bg-blue.jpg)';
document.getElementById(x1).style.backgroundImage = newImage;
document.getElementById(x1).style.color = '#A2A5B4';
}
//function1 end here;


//---------------------------function2 start here--------------------------------------;
function colorchange2(x)
{
var newImage = 'url(images-new/host-bg-yellow.jpg)';
document.getElementById(x).style.backgroundImage = newImage;
document.getElementById(x).style.color = '#504B03'; 

}
function colorchangeonmouseout2(x1)
{

var newImage = 'url(images-new/host-bg-blue.jpg)';
document.getElementById(x1).style.backgroundImage = newImage;
document.getElementById(x1).style.color = '#A2A5B4';
}
//function2 end here;


//---------------------------function3 start here--------------------------------------;
function colorchange3(x)
{
var newImage = 'url(images-new/host-bg-yellow.jpg)';
document.getElementById(x).style.backgroundImage = newImage;
document.getElementById(x).style.color = '#504B03'; 

}
function colorchangeonmouseout3(x1)
{

var newImage = 'url(images-new/host-bg-blue.jpg)';
document.getElementById(x1).style.backgroundImage = newImage;
document.getElementById(x1).style.color = '#A2A5B4';
}
//function3 end here;


//-----------------------------function4 start here-------------------------------------;
function colorchange4(x)
{
var newImage = 'url(images-new/host-bg-yellow.jpg)';
document.getElementById(x).style.backgroundImage = newImage;
document.getElementById(x).style.color = '#504B03'; 

}
function colorchangeonmouseout4(x1)
{

var newImage = 'url(images-new/host-bg-blue.jpg)';
document.getElementById(x1).style.backgroundImage = newImage;
document.getElementById(x1).style.color = '#A2A5B4';
}
//function4 end here;

//----------------------------function5 start here-----------------------------------------;
function colorchange5(x)
{
var newImage = 'url(images-new/host-bg-yellow.jpg)';
document.getElementById(x).style.backgroundImage = newImage;
document.getElementById(x).style.color = '#504B03'; 

}
function colorchangeonmouseout5(x1)
{

var newImage = 'url(images-new/host-bg-blue.jpg)';
document.getElementById(x1).style.backgroundImage = newImage;
document.getElementById(x1).style.color = '#A2A5B4';
}
//function5 end here;


//---------------------------------function6 start here--------------------------------------;
function colorchange6(x)
{
var newImage = 'url(images-new/host-bg-yellow.jpg)';
document.getElementById(x).style.backgroundImage = newImage;
document.getElementById(x).style.color = '#504B03'; 

}
function colorchangeonmouseout6(x1)
{

var newImage = 'url(images-new/host-bg-blue.jpg)';
document.getElementById(x1).style.backgroundImage = newImage;
document.getElementById(x1).style.color = '#A2A5B4';
}
//function6 end here;


//----------------------------------function7 start here--------------------------------------;
function colorchange7(x)
{
var newImage = 'url(images-new/host-bg-yellow.jpg)';
document.getElementById(x).style.backgroundImage = newImage;
document.getElementById(x).style.color = '#504B03'; 

}
function colorchangeonmouseout7(x1)
{

var newImage = 'url(images-new/host-bg-blue.jpg)';
document.getElementById(x1).style.backgroundImage = newImage;
document.getElementById(x1).style.color = '#A2A5B4';
}
//function7 end here;
