
/**
 * @version             $Id: iopyright-interactive-tools.js - Tahir
 * @package             Joomla
 * @copyright   		Copyright (C) info.iCopyright.com
 * @license             http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL,
 */
/**
* iCopyright Article Tools
*
**/

// JavaScript Document

//function for interactive tools popup window
function openLicenseWindow(href) {
    popup = window.open(href, 'contentservices', 'width=511, height=550, scrollbars=yes, resizable=yes');
    popup.focus();
}
