
<!-- hide from non JavaScript Browsers

// function for no selection //

function swap_out()
{
	document.gfx.src='img/twinflame_03_off.jpg';
}

// function for tab-1 select //

function swap_over()
{
	document.gfx.src='img/twinflame_03_on.jpg';
}

// - stop hiding -->


