// JavaScript Documentfunction checkframes () {if (parent.frames.length < 1) {document.location="http://www.sound-strategy.com/dbn/the_index.htm";}}function checkframeset () {if (parent.frames.length < 1) {document.location="http://www.sound-strategy.com/dbn/the_index.htm";}else{document.write("<frameset rows='230,*' frameborder='0' framespacing='0' border='0'>");document.write("<frame src='top.php' name='sf_intro'  frameborder='0' framespacing='0' border='0' noresize scrolling='no'>");document.write("<frame src='c_start.htm' name='sf_content' frameborder='0' framespacing='0' border='0' resize scrolling='no'>");document.write("</frameset><noframes></noframes>");}}