// JavaScript Frames Document
if (top == self){
var fs =
'<frameset rows="162,*" border="0">'+
'<frame src="http://www.carepack.nl/top.html" name="top" scrolling="no">'+
'<frameset cols="*,175" border="0">'+
'<frameset rows="50,*,20" border="0">'+
'<frame src="http://www.carepack.nl/menu.html" name="menu" scrolling="no">'+
'<frame src="" name="home" scrolling="auto">'+
'<frame src="http://www.carepack.nl/bottom.html" name="bottom" scrolling="no">'+
'</frameset>'+
'<frameset rows="127,*" border="0">'+
'<frame src="http://www.carepack.nl/fotomenu.html" name="fotomenu" scrolling="no">'+
'<frame src="http://www.carepack.nl/slide.html" name="slide" scrolling="auto">'+
'</frameset>'+
'</frameset>'+
'</frameset>';
document.write(fs);
frames['home'].location.href = self.location.href;
}

