﻿// to use these, try doing this on the actual submit button's events:
// onMouseOut="goD(this.form.name,this.name)" 
// onMouseOver="goL(this.form.name,this.name)"

function goD(BTN)
{

  
}

function goL(BTN)
{

  
}

