function refrm(){
document.write('<html><head></head>');
document.write('<frameset cols=\"30%,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">');
document.write('<frame name=\"leftFrame\" src=\"h_ind.htm\">');
document.write('<frame name=\"mainFrame\" src=\"welcome.htm\">');
document.write('</frameset>');
document.write('<noframes><body>');
document.write('</body></noframes>');
document.write('</html>');
}
