<!--
function pop(page,height,width)
{
	params = "height=" + height + ",width=" + width + ",status=1,toolbar=0,directories=0,menubar=0,location=0,scrollbars=1,resizable=1,top=250,left=50,screenX=250,screenY=50";
	mypopup = window.open(page,"PopupWindow",params);
	mypopup.focus();
}
copyright=new Date();
update=copyright.getFullYear();
document.write('Copyright &copy; '+ update + ' Trade Media Holdings Ltd. Copyright &copy; '+ update + ' Trade Media Ltd. <a href="javascript:pop(\'http://www.globalsources.com/CUSTOMER/ALLRIGHTS.HTM\',\'130\',\'640\');">All rights reserved</a>.');
// -->