<!--
    var framesrc
    if (location.search)
        framesrc = location.search.substring(1)
    else
        framesrc = "home.html"

    document.write('<frameset rows="70,*,16" frameborder="0" border="0">')
    document.write('<frame name="topframe" marginwidth="0" marginheight="0" src="top.html" noresize="noresize" scrolling="no" id="topframe" frameborder="0">')
    document.write('<frameset cols="141,24,*" frameborder="0" border="0">')
    document.write('<frameset rows="100%,*" frameborder="0" border="0">')
    document.write('<frame name="leftframe1" marginwidth="3" marginheight="30" src="menu.html" noresize="noresize" scrolling="no" id="leftframe1" frameborder="0" target="content">')
    document.write('<frame name="leftframe2" marginwidth="3" marginheight="0" src="blue.html" noresize="noresize" scrolling="no" id="leftframe2" frameborder="0">')
    document.write('</frameset>')
    document.write('<frameset rows="*,16" frameborder="0" border="0">')
    document.write('<frame name="blankframe" marginwidth="0" marginheight="0" src="blank.html" noresize="noresize" scrolling="no" id="blankframe" frameborder="0">')
    document.write('<frame name="cornerframe" marginwidth="0" marginheight="0" src="corner.html" noresize="noresize" scrolling="no" id="cornerframe" frameborder="0">')
    document.write('</frameset>')
    document.write('<frame src="' + framesrc + '" name="content" marginwidth="0" marginheight="0"  noresize="noresize" id="content" frameborder="0" border="0">')
    document.write('</frameset>')
    document.write('<frame name="footerframe" marginwidth="0" marginheight="0" src="footer.html" noresize="noresize" scrolling="no" id="footerframe" frameborder="0">')
    document.write('</frameset>')
//-->