// Flo brasseries .com\ by neo05.com //

function openWindow(theURL,winName,features)
	{ 
  	window.open(theURL,winName,features);
	}