    function clearDefault(el) {
  	if (el.defaultValue==el.value) el.value = ""
	}

	var x;
	x=0;
	function info_msg() {
		if (x==0)
		{
			document.getElementById('whatisthis_info').style.display="block";
			x++;
			return false
		}
		else if (x!=0)
		{
			document.getElementById('whatisthis_info').style.display="none";
			x=0;
			return false
		}
	}


	function btn_roll_confirm_hover() {
		document.getElementById('Template__ctl6__ctl0_btnSubmit').style.background="url('images/buttons/button_confirm.gif') -92px 0 no-repeat";
	}

	function btn_roll_confirm_out() {
		document.getElementById('Template__ctl6__ctl0_btnSubmit').style.background="url('images/buttons/button_confirm.gif') no-repeat";
	}

	function btn_roll_proceed_hover() {
		document.getElementById('Template__ctl6__ctl0_btnSave').style.background="url('images/buttons/button_proceed.gif') -92px 0 no-repeat";
	}

	function btn_roll_proceed_out() {
		document.getElementById('Template__ctl6__ctl0_btnSave').style.background="url('images/buttons/button_proceed.gif') no-repeat";
	}

