function ydroll(bg,br) {
	if(br == "yes")
	{
		ext = "gif";
	}
	else
	{
		ext = "png";
	}

	bgimage = '/images/designguru/chrome/yd_' + bg + '.' + ext;
	rdiv = 'yd_' + bg + '_tt';
	document.getElementById('logowrap').style.backgroundImage='url("' + bgimage + '")';
}

function ydnrml(bg,br) {
	if(br == "yes")
	{
		ext = "gif";
	}
	else
	{
		ext = "png";
	}
	bgimage = '/images/designguru/chrome/your_direction.' + ext;
	rdiv = 'yd_' + bg + '_tt';
	document.getElementById('logowrap').style.backgroundImage='url("' + bgimage + '")';
}