
function navOn()
{
	document.getElementById('navcontainer').style.display = '';
	document.getElementById('title').style.background = 'url(http://www.poshlimousine.com/images/nav_on_02.gif)';
}

function nav2On()
{
	document.getElementById('navcontainer2').style.display = '';
	document.getElementById('title2').style.background = 'url(http://www.poshlimousine.com/images/nav_on_07.gif)';
}

function nav3On()
{
	document.getElementById('navcontainer3').style.display = '';
	document.getElementById('title3').style.background = 'url(http://www.poshlimousine.com/images/nav_on_06.gif)';
}



function navOff()
{
   document.getElementById('navcontainer').style.display = 'none';
   document.getElementById('title').style.background = 'url(http://www.poshlimousine.com/images/nav_02.gif)';

}

function nav2Off()
{
   document.getElementById('navcontainer2').style.display = 'none';
   document.getElementById('title2').style.background = 'url(http://www.poshlimousine.com/images/nav_07.gif)';

}

function nav3Off()
{
   document.getElementById('navcontainer3').style.display = 'none';
   document.getElementById('title3').style.background = 'url(http://www.poshlimousine.com/images/nav_06.gif)';

}


function navX()
{
   document.getElementById('navcontainer').style.display = 'none';
   document.getElementById('title').style.background = 'url(http://www.poshlimousine.com/images/nav_on_02.gif)';

}

function nav2X()
{
   document.getElementById('navcontainer2').style.display = 'none';
   document.getElementById('title2').style.background = 'url(http://www.poshlimousine.com/images/nav_on_07.gif)';

}

function nav3X()
{
   document.getElementById('navcontainer3').style.display = 'none';
   document.getElementById('title3').style.background = 'url(http://www.poshlimousine.com/images/nav_on_06.gif)';

}