
			function setCnsPageKey( tKey )
			{
				if( window.document.getElementById( "cnsPageKey" ) )
				{
					tKey = tKey.replace( "/index.xml", "" );
					var aa = tKey.split( ".xml" );
				
					if( aa.length > 1 )
					{
						window.document.getElementById( "cnsPageKey" ).value = tKey;
					}
					else
					{
						window.document.getElementById( "cnsPageKey" ).value = tKey + "/index.xml";
					}
				}
			}