
// Title: js/focus.js
// Date: 13:43 16 April 2010
// Version: 
// Copyright: Copyright (c) 1994-2010 Global Web Limited 
// Telephone: +44 1224 454000
// Web: http://www.globalweb.co.uk

jQuery(document).ready( function() { jQuery("input:visible:enabled:first").focus(); } ) 
