function display(id,elem)
{
	document.getElementById(id).style.display=elem;
}
function entervaluetxt() {
txtsrchdealer= new Array(4)
txtsrchdealer[0]="";
txtsrchdealer[1]="Enter your postal code";
txtsrchdealer[2]="Enter your city";
txtsrchdealer[3]="Enter dealer's name";

valtype = document.getElementById('typedealersrch').value;
document.getElementById('dealersrchtext').value=txtsrchdealer[valtype];
}

function ahoverbg(btid,actid)
{
	document.getElementById(actid).id=btid;
}