/**
 *  Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) 
 *  Copyright (C) 2002-2005 The Nucleus Group 
 *  Copyright (C) 2005 Roberto "rbnet" Bolli
 *  http://www.rbnet.it/
 *  
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * (see license.txt for more info).
 *  
 * JavaScript code for NP_AddCustomHTML plugin
 */

function copyCat(form) {
	var ind = form.addcustomTEXT.selectedIndex;
	if (ind == 0) return;
	insertAtCaret (customSelect[ind]);
}
