/* author: allarddegoede@wanadoo.nl */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Script taken from http://www.naarvoren.nl/artikel/frames.html#script */
/* Changed for Daanspeak.com */
/* Thanks to Yohan Creemers */
/* Creation date: 2-6-2005 */

if(parent.frames.length == 0){
document.write('<frameset rows="89,*" framespacing="0" border="0" background="../BackGroundDSnew.jpg" marginwidth="0" marginheight="0">'
+ '<frame name="menu" src="../index_top.html"  scrolling="no" marginwidth="0" noresize frameborder="no">'
+ '<frameset cols="170,*" background="../BackGroundDSnew.jpg" marginwidth="0" marginheight="0">'
+ '<frame name="menu" src="../index_menu.html"  scrolling="no" marginwidth="0" noresize frameborder="no">'
+ '<frame name="right" src="' + window.location +'?"  scrolling="auto" marginwidth="0" noresize frameborder="no">'
+ '</frameset>'
+ '</frameset>');
}