
function imageSwap( imageName )
{

	document.getElementById('pninner').style.background = 'url(images/navigation/' + imageName + ')';

}