if(parent.frames.length == 0){
document.write(
  '<frameset rows="*,48" framespacing="0" border="0" frameborder="0">'
+ '<frame src="' + window.location +'?" name="recipes" scrolling="auto"/>'
+ '<frame src="menu.html" name="menu" frameborder="0" scrolling="no"/>'

+ '</frameset>'

+ '<noframes><body>'

+ '<a href=recipes.html>'

+ '</noframes></body>');

}


