	/**
	 *	(c) 2006 by EVOLT Internet Applications GmbH, Bad Homburg (Germany)
	 *
	 *	This PHP source code is copyrighted by the
	 *	author. Unauthorized distribution and/or usage
	 *	in whole or parts as well as changing the source
	 *	code is expressly prohibited.
	 *
	 *	$Id: common.js 72 2007-03-06 21:01:07Z Administrator $
	 */

	// // //

	var externalPage;
	function externalLink( externalUrl ) {
		externalPage = window.open( '/external_page.php?url=' + externalUrl, 'externalPageWin' );
	}

	// // //