

/*
   Copyright (c) Cristalink Limited, 2004-2007. All rights reserved.
*/

/* Reload in the help frame */
if( typeof( g_ustrHhPage ) != 'string' )
{
   var url = location.pathname.substr( location.pathname.lastIndexOf("/") + 1 );
   url = url.substr( 0, url.indexOf(".") );
   url = location.protocol + "//" + location.host + 
		"/fs/hh.aspx?id=" + url;
   window.location.replace( url );
}
