function window_onload() {
    if (top == self)
    {
    	// comment out the following line when compiling the help file
        location.replace("./Default.asp?url=" + document.URL);
    }
}
