function help() {
var frame = parent.document.getElementById("frmmain");
alert(frame.contentWindow.location.href);

}