<!-- hide from old browsers

var days = new Array();
days[0] = "Sunday";
days[1] = "Monday";
days[2] = "Tuesday";
days[3] = "Wednesday";
days[4] = "Thursday";
days[5] = "Friday";
days[6] = "Saturday";

var months = new Array();
months[0] = "Jan";
months[1] = "Feb";
months[2] = "Mar";
months[3] = "Apr";
months[4] = "May";
months[5] = "June";
months[6] = "July";
months[7] = "Aug";
months[8] = "Sept";
months[9] = "Oct";
months[10] = "Nov";
months[11] = "Dec";

function gotoURL(dropDown) {
URL=dropDown.options[dropDown.selectedIndex].value
if(URL.length>0)
parent.location.href="http://www.dvtownend.com/brand.asp?BrandID="+URL;}

function noprodsmall(imgPath) {
	eval(imgPath).src = "/images/noprodsmall.gif";
}

function noprodnorm(imgPath) {
	eval(imgPath).src = "//images/noprodnorm.gif";
}

function noprodtiny(imgPath) {
	eval(imgPath).src = "images/noprodtiny.gif";
}

function noprodhuge(imgPath) {
	eval(imgPath).src = "/images/noprodhuge.gif";
}

// - end hiding -->