if (top == self){
var fs =
'<frameset border="0" frameSpacing="0" frameBorder="no" cols=*,784,*>'+
'<frame name="empty_left" marginWidth="0" marginHeight="0" src="http://www.w-en-ve.nl/empty_left.htm" noResize scrolling="no">'+
'<frameset border="0" frameSpacing="0" rows="142,*,5" frameBorder="no">'+
'<frame name="bakerymachines_top" marginWidth="0" marginHeight="0" src="http://www.w-en-ve.nl/top.html" frameBorder="0" noResize scrolling="no">'+

'<frameset cols="145,*" frameborder="no" border="0" framespacing="0">'+
'<frame src="http://www.w-en-ve.nl/ES/menu.html" name="bakerymachines_menu" noresize scrolling="no">'+
'<frame src="" name="bakerymachines_content" noresize>'+
'</frameset>'+

'<frame name="bakerymachines_bottom" marginWidth="0" marginHeight="0" src="http://www.w-en-ve.nl/onder.htm" frameBorder="No" noResize scrolling="no">'+
'</frameset>'+
'<frame name="empty_right" marginWidth="0" marginHeight="0" src="http://www.w-en-ve.nl/empty_right.htm" noResize scrolling="no">'+
'</frameset>'+
'<noframes>'+
'</noframes>';
document.write(fs);
frames['bakerymachines_content'].location.href = self.location.href;
}