
// Title: js/focus.js
// Date: 14:47 11 June 2009
// Version: 
// Copyright: Copyright (c) 1994-2009 Global Web Limited 
// Telephone: +44 1224 454000
// Web: http://www.globalweb.co.uk


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

