// Cuisine Populaire

// rollover
function CI(ImageID, ImageSource) { ImageID.src = ImageSource; }

// new browser window
function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features); }

// I load Flash movies
var required = DetectFlashVer('9','0','0');
var tr = 0;

function fl(url,w,h,t) {
	var fla;
	if (required) {
		fla = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + w + '" height="' + h + '">';
		fla += '<param name="movie" value="' + url + '" />';
		fla += '<param name="quality" value="high" />';
		if (tr == 0) {
			fla += '<param name="wmode" value="transparent" />';
		} else {
		}
		fla += '<embed src="' + url + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"';
		if (tr == 0) {
			fla += 'wmode="transparent" ';
		} else {
		}
		fla += 'width="' + w + '" height="' + h + '"></embed>';
		fla +='</object>';
	} else {
		fla = '<p>You do not have the required version of the <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Adobe Flash</a> plug-in. Please download and install the plug-in to experience this site in full.</p>';
	}
	
	if (t == null) {
		document.write(fla);
	} else {
		document.getElementById(t).innerHTML = fla;
	}
}