/**
 * @author Cormac  McGuire
 */

function go_submit( form )
{
form.submit() ;
}

