/* 	French Ranges Support JavaScript Document
*	Author:			Barkingweb.com - Nick Barling 
*	Date:			June 8 2006	
*	Version:		1.0
*	File:			recipe.js
*	Description:	JavaScript file to control pop-up recipe pages in exp_gastronomy_list.html page	
*	Notes:			This is a file to store external JavaScript. */

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function newscreen(dest) {
  popWindow = window.open(dest,"floater",'toolbar=no,history=no,location=no,scrollbars=yes,resizable=yes,width=516');
    if (navigator.appName.indexOf("Microsoft") == -1) {
      if (navigator.appVersion.charAt(0) >= '3') {
        popWindow.focus();
      }
    }
}
