function replaceIMG()
{
	document.getElementById('bt001').src= baseDir + '/themes/prestashop/img/playstick/bt_aba1_o.png';
	document.getElementById('bt002').src= baseDir + '/themes/prestashop/img/playstick/bt_aba2.png';
	document.getElementById('bt003').src= baseDir + '/themes/prestashop/img/playstick/bt_aba3.png';
}

function replaceIMG2()
{
	document.getElementById('bt001').src= baseDir + 'themes/prestashop/img/playstick/bt_aba1.png';
	document.getElementById('bt002').src= baseDir + 'themes/prestashop/img/playstick/bt_aba2_o.png';
	document.getElementById('bt003').src= baseDir + 'themes/prestashop/img/playstick/bt_aba3.png';
}

function replaceIMG3()
{
	document.getElementById('bt001').src= baseDir + 'themes/prestashop/img/playstick/bt_aba1.png';
	document.getElementById('bt002').src= baseDir + 'themes/prestashop/img/playstick/bt_aba2.png';
	document.getElementById('bt003').src= baseDir + 'themes/prestashop/img/playstick/bt_aba3_o.png';
}
