/* Javascript Document 2009. All Right Reserved | Adult Web Site Design By http://bluedesignstudios.com */

function ChangeBack(id) {
	document.getElementById(id).src = '/~carwear/new/images/BackItemA.gif';
}
function ChangeBackA(id) {
	document.getElementById(id).src = '/~carwear/new/images/BackItem.gif';
}


function ShowBlock(id) {
	if (document.getElementById(id).style.display == 'block') document.getElementById(id).style.display = 'none';
	else document.getElementById(id).style.display = 'block';
}
function GotoPage(id) {
	if (document.getElementById(id).value) document.location.href = document.getElementById(id).value;
}




