function rollbg(chosen, objectID) 
{
	if(chosen == "roll") {
		document.getElementById(objectID).className="roll";
	} else {
		document.getElementById(objectID).className="over";
    }
}
function frmSend(sendVal)
{
	window.location.href = sendVal;
}

function selMenu2()
{
	var sf=document.reviewform;
	var submitto = sf.selPoker.options[sf.selPoker.selectedIndex].value;
	window.location.href = submitto;
	return false;
}
function selMenu3()
{
	var sf=document.reviewform;
	var submitto = sf.selCasino.options[sf.selCasino.selectedIndex].value;
	window.location.href = submitto;
	return false;
}
function selMenu4()
{
	var sf=document.reviewform;
	var submitto = sf.selprofile.options[sf.selprofile.selectedIndex].value;
	window.location.href = submitto;
	return false;
}