function setbg(color,border)
{
document.getElementById("styled").style.background=color
}

function chkrating()
{
if(review.rating.value > 5)
{
	alert("The rating must be between 0 and 5");
}
}

function funcTraining() {
  slide('breadcrumb',50);
  //setCookie('showhide',show, exp);
  document.cookie = 'sh=show';
}
