<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 file://EN"> <html> <head> <LINK REL="SHORTCUT ICON" HREF="http://www.flausa.com/favicon.ico"> <title>Office du Tourisme de Floride-Visit Florida: French</title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <meta name="keywords" content="Office du Tourisme de Floride, Florida information, Florida vacation, Florida travel, Florida travel information, Florida accommodations, Florida attractions, Florida lodging, Florida beaches, Florida recreation, Florida activities, Florida tourism "> <meta name="description" content="The official consumer web site of the state of Florida, or the Office du Tourisme de Floride. Florida information including Florida vacation, Florida travel, Florida travel information, and Florida accommodations."> <link href="/includes/flausaMain.css" rel="stylesheet" type="text/css"> <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript"> <!-- var isNav = (document.layers) ? 1:0; if (isNav) {    daWidth = innerWidth;    daHeight = innerHeight; } function fixDaBug() {    if (isNav) { 		if (innerWidth != daWidth || innerHeight != daHeight){ 		  location.reload(); 		} 	} } //--> </SCRIPT>  <SCRIPT LANGUAGE="JavaScript"> <!--  window.name = "main"; function GenericNewWindow(pageSource) { 	leWindow = window.open(pageSource, 'GenericNewWindow', 'toolbar=yes,width=650,height=550,status=0,left=50,top=50,scrollbars=1,resizable=1,menubar=1');  	leWindow.focus(); }  function helpFrameA(pageSource) //optional-> height, width { 	var height; 	var width;  	height = (arguments[1]) ? arguments[1] : 400; 	width = (arguments[2]) ? arguments[2] : 500;  	leWindow = window.open(pageSource, 'HelpWindow', 'toolbar=no,left=100,top=100,width='+width+',height='+height+',status=0,scrollbars=0,resizable=1,menubar=0');  	leWindow.resizeTo(width,height); 	leWindow.focus(); }  function changeImages() { 	if (document.images) { 		for (var i=0; i<changeImages.arguments.length; i+=2) { 			document[changeImages.arguments[i]].src = changeImages.arguments[i+1]; 		} 	} } // --> </SCRIPT> 	<META name="keywords" content="Florida vacation, Florida information, Florida travel, Florida travel information"> 	<META name="description" content="Florida information including Florida vacation, Florida travel, Florida travel information, Florida accommodations, Florida attractions, Florida lodging, Florida beaches, Florida recreation, Florida activities & Florida tourism information."> </head> <body onresize="fixDaBug()" bgcolor=66CCFF LEFTMARGIN=0 RIGHTMARGIN=0 TOPMARGIN=0 BOTTOMMARGIN=0 marginheight=0 marginwidth=0> <script language="JavaScript"> <!-- 	var netscape = (document.layers) ? 1 : 0; 	var ie = (document.all) ? 1 : 0; 	 	var timeouts = new Array(4); 	timeouts["interests"] = null; 	timeouts["destinations"] = null; 	timeouts["tools"] = null; 	timeouts["quickbar"] = null; 	 	var arrow_toggle = new Array(3); 	arrow_toggle["interests"] = 'up'; 	arrow_toggle["destinations"] = 'up'; 	arrow_toggle["tools"] = 'up'; 	 	timeout = 400; 		 	if (netscape) { 		var visible = 'show'; 		var hidden = 'hide'; 	} else if (ie) { 		var visible = 'visible'; 		var hidden = 'hidden'; 	}  	 	if (document.images) { 		interests_over = new Image(82,26); interests_over.src = "/images/shell/b_interests_over.gif"; 		destinations_over = new Image(82,26); destinations_over.src = "/images/shell/b_destinations_over.gif"; 		tools_over = new Image(82,26); tools_over.src = "/images/shell/b_tools_over.gif"; 		interests_arrow_over = new Image(18,26); interests_arrow_over.src = "/images/shell/b_interests_arrow_over.gif"; 		destinations_arrow_over = new Image(18,26); destinations_arrow_over.src = "/images/shell/b_destinations_arrow_over.gif"; 		tools_arrow_over = new Image(18,26); tools_arrow_over.src = "/images/shell/b_tools_arrow_over.gif"; 		quickbar_over = new Image(22,52); quickbar_over.src = "/images/shell/b_quickbar_over.gif"; 		quickbar_out_over = new Image(22,52); quickbar_out_over.src = "/images/shell/b_quickbar_out_over_new.gif"; 	} 		 		 	function cancelTimeout(section, timeoutArray) { 				if (timeoutArray[section] != null) { 			window.clearTimeout(timeoutArray[section]); 			timeoutArray[section] = null; 		} 			} 	 	/******************************************************************************************/ 	/******************************************************************************************/ 	/*********************************                     ************************************/ 	/*********************************    Sub Menu JS      ************************************/ 	/*********************************                     ************************************/ 	/******************************************************************************************/ 	/******************************************************************************************/ 		 	function collapseMenu(section, timeoutArray) { 				if(section != 'welcome'){ //if added because welcome button has no pulldown menu - DTD 12/17/2001 			var menu = 'div_' + section; 			if (netscape) { 				var submenu = document.layers[menu]; 			} else if (ie) { 				var submenu = document.all(menu).style; 			} 			submenu.visibility = hidden; 			 			timeoutArray[section] = null; 			arrow_toggle[section] = 'up'; 		} 				} 	 	function collapseTimeout(section, timeoutArray, time) { 				var code = 'collapseMenu(\'' + section + '\', timeouts)'; 		timeoutArray[section] = window.setTimeout(code, time); 			} 	 	function expandMenu(section, timeoutArray) { 				var menu = 'div_' + section; 		 				cancelTimeout(section, timeoutArray); 		 		if (netscape) { 			var submenu = document.layers[menu]; 		} else if (ie) { 			var submenu = document.all(menu).style; 		} 		submenu.visibility = visible; 			} 	 	//optional 4th parameter set to true if this is for an arrow 	function changeButtonOver(menu, timeoutArray, time) { 				 		if(arguments[3]){ 			var imgSrc = '/images/shell/b_' + menu + '_arrow_over' + '.gif'; 			var newMenu = menu + '_arrow'; 			document.images[newMenu].src = imgSrc; 		} else { 			var imgSrc = '/images/shell/b_' + menu + '_over' + '.gif'; 			document.images[menu].src = imgSrc; 		}		 		 				cancelTimeout(menu, timeoutArray); 			} 	 	//optional 4th parameter set to true if this is for an arrow 	function changeButtonUp(menu, timeoutArray, time) { 				 		if(arguments[3]){ 			var imgSrc = '/images/shell/b_' + menu + '_arrow_up' + '.gif'; 			var newMenu = menu + '_arrow'; 			document.images[newMenu].src = imgSrc; 		} else { 			var imgSrc = '/images/shell/b_' + menu + '_up' + '.gif'; 			document.images[menu].src = imgSrc; 		} 		 				collapseTimeout(menu, timeoutArray, time); 			} 	 	//optional 4th parameter set to true if this is for an arrow 	function changeButtonDown(menu, timeoutArray, time) { 				 		if(arguments[3]){ 			var imgSrc = '/images/shell/b_' + menu + '_arrow_down' + '.gif'; 			var newMenu = menu + '_arrow'; 			document.images[newMenu].src = imgSrc; 		} else { 			var imgSrc = '/images/shell/b_' + menu + '_down' + '.gif'; 			document.images[menu].src = imgSrc; 		} 		 		document.images[menu].src = imgSrc; 			} 	 	function clickArrowHelper(section, timeoutArray, stateArray) {	 		if (stateArray[section] == 'up') { 			expandMenu(section, timeoutArray); 			stateArray[section] = 'down'; 		} else { 			collapseMenu(section, timeoutArray); 			stateArray[section] = 'up'; 		} 	} 	 	/******************************************************************************************/ 	/******************************************************************************************/ 	/*********************************                     ************************************/ 	/*********************************   Quick Bar JS      ************************************/ 	/*********************************                     ************************************/ 	/******************************************************************************************/ 	/******************************************************************************************/  	 	function changeQButton(div_name, button_name, state) { 		var imgSrc = '/images/shell/b_quickbar_' + state + '.gif'; 		 		if (netscape) { 			document.layers[div_name].document.images[button_name].src = imgSrc; 		} else if (ie) { 			document.images[button_name].src = imgSrc; 		} 	} 	 	function expandQuickbar(section, timeoutArray) { 		var divBar = "div_quickbar"; 		var divBut = "div_quickbar_button"; 		 		cancelTimeout(section, timeoutArray); 		 		if (netscape) { 			var bar = document.layers[divBar]; 			var button = document.layers[divBut]; 		} else if (ie) { 			var bar = document.all(divBar).style; 			var button = document.all(divBut).style; 		} 		bar.visibility = visible; 		button.visibility = hidden; 	} 	 	function collapseQuickbar(section, timeoutArray) { 		var divBar = "div_quickbar"; 		var divBut = "div_quickbar_button"; 				 		if (netscape) { 			var bar = document.layers[divBar]; 			var button = document.layers[divBut]; 		} else if (ie) { 			var bar = document.all(divBar).style; 			var button = document.all(divBut).style; 		} 		bar.visibility = hidden; 		button.visibility = visible; 		 		timeoutArray[section] = null; 	} 	 	function collapseQuickbarTimeout(section, timeoutArray, time) { 		var code = 'collapseQuickbar(\'' + section + '\', timeouts)'; 		 		timeoutArray[section] = window.setTimeout(code, time); 	}  //  stop hiding --> </script>  <div id="div_quickbar_button" style="POSITION: absolute; Z-INDEX: 10; LEFT: 749px; TOP: 92px;"> 	<a 	target="_top"  		href="javascript:void(0);"  		onClick="expandQuickbar('quickbar', timeouts);" onMouseOver="changeQButton('div_quickbar_button', 'quickbutton', 'over'); window.status='Click the arrow for the Quick Links'; return true;" onMouseOut="changeQButton('div_quickbar_button', 'quickbutton', 'new'); window.status=''; return true;"><img  		name="quickbutton" src="/images/shell/b_quickbar_new.gif" border=0 alt=""></a> </div>  <div id="div_quickbar" style="POSITION: absolute; Z-INDEX: 11; LEFT: 467px; TOP: 92px; visibility: hidden;"> 	<table cellpadding=0 cellspacing=0 border=0> 	<tr> 	<td><a  		href="javascript:void(0);"  		onClick="collapseQuickbar('quickbar', timeouts);" onMouseOver="changeQButton('div_quickbar', 'quickbar_button', 'out_over_new');expandQuickbar('quickbar', timeouts); window.status='Click the arrow to close the Quick Links'; return true;" onMouseOut="changeQButton('div_quickbar', 'quickbar_button', 'out_new');collapseQuickbarTimeout('quickbar', timeouts, timeout); window.status=''; return true;"><img  		name="quickbar_button" src="/images/shell/b_quickbar_out_new.gif" border=0 alt=""></a></td> 	<td><a  		href="/tools/worldres/"  		onMouseOver="expandQuickbar('quickbar', timeouts);" onMouseOut="collapseQuickbarTimeout('quickbar', timeouts, timeout);"><img  		src="/images/shell/b_quickbar_01.gif" border=0 alt=""></a></td> 	<td><a  		href="/tools/travelnow/index.php?cars=1"  		onMouseOver="expandQuickbar('quickbar', timeouts);" onMouseOut="collapseQuickbarTimeout('quickbar', timeouts, timeout);"><img  		src="/images/shell/b_quickbar_02.gif" border=0 alt=""></a></td> 	<td><a  		href="/tools/travelnow/index.php?flights=1"  		onMouseOver="expandQuickbar('quickbar', timeouts);" onMouseOut="collapseQuickbarTimeout('quickbar', timeouts, timeout);"><img  		src="/images/shell/b_quickbar_03.gif" border=0 alt=""></a></td> 	<td><a  		href="/tools/search.php"  		onMouseOver="expandQuickbar('quickbar', timeouts);" onMouseOut="collapseQuickbarTimeout('quickbar', timeouts, timeout);"><img  		src="/images/shell/b_quickbar_04.gif" border=0 alt=""></a></td> 	<td><a  		href="javascript:void(0);"  		onMouseOver="expandQuickbar('quickbar', timeouts);" onMouseOut="collapseQuickbarTimeout('quickbar', timeouts, timeout);"><img  		src="/images/shell/b_quickbar_roller.gif" border=0 alt=""></a></td> 	</tr> 	</table> </div>  <div id="div_quickbar_test" style="POSITION: absolute; Z-INDEX: 10; LEFT: 746px; TOP: 150px;"> 	<img src="/images/shell/dec_quicklink.gif" border=0 alt=""> </div>	<table width=780 border=0 cellspacing=0 cellpadding=0> 		<tr>			<td width=137><img src="/images/transparent_dot.gif" hspace=0 vspace=0 border=0 width=137 height=1></td> 			<td width=6><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=6 height=1></td> 			<td width=47><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=47 height=1></td> 			<td width=153><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=153 height=1></td> 			<td width=260><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=260 height=1></td> 			<td width=6><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=6 height=1></td> 			<td width=55><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=55 height=1></td> 			<td width=75><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=75 height=1></td> 			<td width=6><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=6 height=1></td> 			<td width=1><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=1 height=1></td> 			<td width=30><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=30 height=1></td> 			<td width=2><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=2 height=1></td> 			<td width=2><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=2 height=1></td> 		</tr> 		<tr bgcolor="#66CCFF">			<td width=137 valign=bottom><a href="/index.php"><!--htdig_noindex--><img src="/images/shell/logo_top.gif" alt="FLAUSA Home" hspace=0 vspace=0 border=0 width=137 height=26><!--/htdig_noindex--></a></td> 			<td width=53 colspan=2 valign=bottom><img src="/images/shell/dec_starfishtop.gif" hspace=0 vspace=0 border=0 width=53 height=26></td> 			<td width=153 colspan=1 align=center valign=center>&nbsp;</td> 			<td width=433 colspan=7 valign=center align=right><img src="/images/shell/dec_official_message.gif" width="327" height="26" alt="The Official travel planning Web Site for the state of Florida" border="0"></td> 			<td width=4 colspan=2 valign=bottom><img src="/images/transparent_dot.gif" hspace=0 vspace=0 width=4 height=26></td> 		</tr> <form name="jumptoForm" action="/tools/jumpto_action.php" method="get"> 		<tr>			<td width=137 rowspan=4><a href="/index.php"><!--htdig_noindex--><img src="/images/shell/logo_mid.gif" alt="FLAUSA" border=0 width=137 height=56><!--/htdig_noindex--></a></td> 			<td width=609 colspan=9 bgcolor=000000><img src="/images/transparent_dot.gif" width=609 height=2></td> 			<td width=34 colspan=3 rowspan=2><input type="image" src="/images/shell/b_go-corner_up.gif" alt="GO!" border=0 width=34 height=28></a></td> 		</tr> 		<tr> 			<td width=206 rowspan=3 colspan=3 bgcolor=FFCC00><img src="/images/shell/dec_explorearrow.gif" border=0 width=206 height=54></td> 			<td width=403 colspan=6 bgcolor=FFCC00 align=right><table border=0 cellspacing=0 cellpadding=0><tr><td align=right><!--htdig_noindex--><img src="/images/shell/dec_jumpto-search.gif" border=0 height=26 width=104 alt="Jump To"><!--/htdig_noindex--></td><td align=left><input class="dec_text" type="text" height=20 name="jumpto" value="" size="12"></td></tr></table></td> 		</tr> </form> 		<tr> 			<td width=403 colspan=6 bgcolor=000000><img src="/images/transparent_dot.gif" width=403 height=1></td> 			<td width=34 colspan=3 rowspan=2><a href="#" Onclick="helpFrameA('/help/help_frame.php')"><!--htdig_noindex--><img src="/images/shell/b_help-corner_up.gif" alt="Help!" border=0 width=34 height=28><!--/htdig_noindex--></a></td> 		</tr> 		<tr> 			<td width=137 colspan=6 bgcolor=FF9900 align=left><table cellpadding="0" cellspacing="0" border="0"> 	<tr> 		<td><a  				href="/index.php" target="_top"  				onMouseOver="changeButtonDown('welcome', timeouts, timeout)"  				onMouseOut="changeButtonDown('welcome', timeouts, timeout)"><img  				name="welcome"  				src="/images/shell/b_welcome_down.gif"  				width="100" height="26" hspace="0" vspace="0" border="0" alt=""></a></td> 		<td><a  			 				href="/interests/index.php"  				target="_top"  				onMouseOver="changeButtonOver('interests', timeouts, timeout)"  				onMouseOut="changeButtonUp('interests', timeouts, timeout)"><img   				name="interests"  				src="/images/shell/b_interests_up.gif"  				width="82" height="26" hspace="0" vspace="0" border="0" alt=""></a></td> 		<td><a  				href="javascript:void(0);"  				onClick="clickArrowHelper('interests', timeouts, arrow_toggle);" onMouseOver="changeButtonOver('interests', timeouts, timeout, true); window.status='Click the arrow for a menu'; return true;" onMouseOut="changeButtonUp('interests', timeouts, timeout, true); window.status=''; return true;"><img  				name="interests_arrow"  				src="/images/shell/b_interests_arrow_up.gif"  				width="18" height="26" border="0" alt=""></a></td> 		<td><a  				href="/destinations/index.php"  				target="_top" 				onMouseOver="changeButtonOver('destinations', timeouts, timeout)"  				onMouseOut="changeButtonUp('destinations', timeouts, timeout)"><img   				name="destinations"  				src="/images/shell/b_destinations_up.gif"  				width="82" height="26" hspace="0" vspace="0" border="0" alt=""></a></td> 		<td><a  				href="javascript:void(0);"  				onClick="clickArrowHelper('destinations', timeouts, arrow_toggle);" onMouseOver="changeButtonOver('destinations', timeouts, timeout, true); window.status='Click the arrow for a menu'; return true;" onMouseOut="changeButtonUp('destinations', timeouts, timeout, true); window.status=''; return true;"><img  				name="destinations_arrow"  				src="/images/shell/b_destinations_arrow_up.gif"  				width="18" height="26" border="0" alt=""></a></td> 		<td><a  				href="/tools/index.php"  				target="_top" 				onMouseOver="changeButtonOver('tools', timeouts, timeout)"  				onMouseOut="changeButtonUp('tools', timeouts, timeout)"><img   				name="tools"  				src="/images/shell/b_tools_up.gif"  				width="82" height="26" hspace="0" vspace="0" border="0" alt=""></a></td> 		<td><a  				href="javascript:void(0);"  				onClick="clickArrowHelper('tools', timeouts, arrow_toggle);" onMouseOver="changeButtonOver('tools', timeouts, timeout, true); window.status='Click the arrow for a menu'; return true;" onMouseOut="changeButtonUp('tools', timeouts, timeout, true); window.status=''; return true;"><img  				name="tools_arrow"  				src="/images/shell/b_tools_arrow_up.gif"  				width="18" height="26" border="0" alt=""></a></td> 	</tr> </table>  <div id="div_interests" style="POSITION: absolute; Z-INDEX: 11; LEFT: 455px; TOP: 77px; visibility: hidden;"> 	<table cellpadding=0 cellspacing=0 border=0> 	<tr><td><a href="javascript:void(0);" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_head.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/attractions/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_01.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/beaches/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_02.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/dining/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_03.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/divesnorkel/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_04.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/tours/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_05.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/events/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_06.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/family/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_07.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/fishing/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_08.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/spas/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_09.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/golf/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_10.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/history.php" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_11.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/outdoor.php" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_12.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/romance/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_13.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/interests/shopping/" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_14.gif" BORDER=0></a></td></tr> 	<tr><td><a href="javascript:void(0);" TARGET="_top" onMouseOver="expandMenu('interests', timeouts);" onMouseOut="collapseTimeout('interests', timeouts, timeout)"><IMG SRC="/images/shell/menus/interests_tail.gif" BORDER=0></a></td></tr> 	</table> </div>  <div id="div_destinations" style="POSITION: absolute; Z-INDEX: 11; LEFT: 555px; TOP: 77px; visibility: hidden;"> 	<table cellpadding=0 cellspacing=0 border=0> 	<tr><td><a href="javascript:void(0);" TARGET="_top" onMouseOver="expandMenu('destinations', timeouts);" onMouseOut="collapseTimeout('destinations', timeouts, timeout)"><IMG SRC="/images/shell/menus/destinations_head.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/destinations/" TARGET="_top" onMouseOver="expandMenu('destinations', timeouts);" onMouseOut="collapseTimeout('destinations', timeouts, timeout)"><IMG SRC="/images/shell/menus/destinations_01.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/destinations/cities.php" TARGET="_top" onMouseOver="expandMenu('destinations', timeouts);" onMouseOut="collapseTimeout('destinations', timeouts, timeout)"><IMG SRC="/images/shell/menus/destinations_02.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/destinations/areas.php" TARGET="_top" onMouseOver="expandMenu('destinations', timeouts);" onMouseOut="collapseTimeout('destinations', timeouts, timeout)"><IMG SRC="/images/shell/menus/destinations_03.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/destinations/gettinghere.php" TARGET="_top" onMouseOver="expandMenu('destinations', timeouts);" onMouseOut="collapseTimeout('destinations', timeouts, timeout)"><IMG SRC="/images/shell/menus/destinations_04.gif" BORDER=0></a></td></tr> 	<tr><td><a href="javascript:void(0);" TARGET="_top" onMouseOver="expandMenu('destinations', timeouts);" onMouseOut="collapseTimeout('destinations', timeouts, timeout)"><IMG SRC="/images/shell/menus/destinations_tail.gif" BORDER=0></a></td></tr> 	</table> </div>  <div id="div_tools" style="POSITION: absolute; Z-INDEX: 11; LEFT: 655px; TOP: 77px; visibility: hidden;"> 	<table cellpadding=0 cellspacing=0 border=0> 	<tr><td><a href="javascript:void(0);" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_head.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/reservations.php" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_01.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/flausa.php" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_11.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/advertising/" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_10.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/feedback.php" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_07.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/funstuff.php" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_09.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/hotdeals/" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_12.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/jumpto.php" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_04.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/myflausa/" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_05.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/myflausa/mytrip.php" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_06.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/sitemap.php" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_02.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/search.php" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_03.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/guide/" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_08.gif" BORDER=0></a></td></tr> 	<tr><td><a href="/tools/visitors/" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_13.gif" BORDER=0></a></td></tr> 	<tr><td><a href="javascript:void(0);" TARGET="_top" onMouseOver="expandMenu('tools', timeouts);" onMouseOut="collapseTimeout('tools', timeouts, timeout)"><IMG SRC="/images/shell/menus/tools_tail.gif" BORDER=0></a></td></tr> 	</table> </div> </td> 		</tr> 		<tr>			<td width=137><a href="/index.php"><!--htdig_noindex--><img src="/images/shell/logo_lower_Welcome.gif" alt="FLAUSA" border=0 width=137 height=70><!--/htdig_noindex--></a></td> 			<td width=608 colspan=8 bgcolor=FFFFFF><img src="/images/shell/headers/h_wel_welcome.gif" width=608 height=70></td> 			<td width=1 bgcolor=000000><img src="/images/transparent_dot.gif" width=1 height=1></td> 			<td width=30 bgcolor=FF9900><img src="/images/transparent_dot.gif" width=30 height=1></td> 			<td width=2 bgcolor=000000><img src="/images/transparent_dot.gif" width=2 height=1></td> 			<td width=2 bgcolor=0099CC><img src="/images/transparent_dot.gif" width=2 height=1></td> 		</tr> 		<tr>			<td width=137 bgcolor=CCFFFF><img src="/images/transparent_dot.gif" width=137 height=1></td> 			<td width=6 bgcolor=FFFFFF><img src="/images/transparent_dot.gif" width=6 height=1></td> 			<td width=608 colspan=6 bgcolor=FFFFFF><p><span class="linkedpath"><nobr><!--htdig_noindex-->&#187;&nbsp;<!--/htdig_noindex--><a href="/index.php"><!--htdig_noindex-->FLAUSA Home<!--/htdig_noindex--></a></nobr> <nobr><!--htdig_noindex-->&#187;&nbsp;<!--/htdig_noindex--><a href="/french/index.php"><!--htdig_noindex-->Visit Florida: French<!--/htdig_noindex--></a></nobr> <nobr><!--htdig_noindex-->&#187;&nbsp;Central<!--/htdig_noindex--></nobr> </span><br>&nbsp;</p></td> 			<td width=6 bgcolor=FFFFFF><img src="/images/transparent_dot.gif" width=6 height=1></td> 			<td width=1 bgcolor=000000><img src="/images/transparent_dot.gif" width=1 height=1></td> 			<td width=30 bgcolor=FF9900><img src="/images/transparent_dot.gif" width=30 height=1></td> 			<td width=2 bgcolor=000000><img src="/images/transparent_dot.gif" width=2 height=1></td> 			<td width=2 bgcolor=0099CC><img src="/images/transparent_dot.gif" width=2 height=1></td> 		</tr> 		<tr>			<td width=137 align=center valign=top rowspan=2 bgcolor=CCFFFF><a href="/tools/hotdeals/"><img src="/images/hotdeal.gif" border=0></a><p><table width=137 border=0 cellpadding=0 cellspacing=0> <tr><td class=subnavInternational id=subnavSub align=center>VISIT FLORIDA<br>(Office du Tourisme de Floride - Paris)<Br>Fax: 01.53.01.07.83<Br><p>VISIT FLORIDA<br>(Office du Tourisme de Florida - Canada)<br>The RMR Group, Inc.<br>Taurus House <br>512 Duplex Avenue<br>Toronto, Ontario M4R 2E3<br>Phone: (416) 485-2573<br><a href="mailto:flausa@travinfo.net">Courrier lectronique</a><Br></td></tr><tr><td><img src="/images/transparent_dot.gif" width=1 height="7"></td></tr> <tr><td align=right class=subnavInternational><a href="/french/index.php"><b>L'INFORMATION EN FRANAIS</b></a></td></tr> <tr><td><img src="/images/transparent_dot.gif" width=1 height="7"></td></tr> <tr><td align=right class=subnavInternational><a href="/french/c.php"></a></td></tr> <tr><td><img src="/images/transparent_dot.gif" width=1 height="7"></td></tr> <tr><td align=right class=subnavInternational><a href="/french/visit.php/location=r-c">Informations touristiques</a></td></tr> <tr><td><img src="/images/transparent_dot.gif" width=1 height="7"></td></tr> <tr><td align=right class=subnavInternational><a href="/french/attractions.php/location=r-c">Attractions</a></td></tr> <tr><td><img src="/images/transparent_dot.gif" width=1 height="7"></td></tr> <tr><td align=right class=subnavInternational><a href="/french/cruises.php/location=r-c">Promenades en bateaux et visites</a></td></tr> <tr><td><img src="/images/transparent_dot.gif" width=1 height="7"></td></tr> <tr><td align=right class=subnavInternational><a href="/french/museums.php/location=r-c">Musees & sites historiques</a></td></tr> <tr><td><img src="/images/transparent_dot.gif" width=1 height="7"></td></tr> <tr><td align=right class=subnavInternational><a href="/french/naturelistings.php/location=r-c"></a></td></tr> <tr><td><img src="/images/transparent_dot.gif" width=1 height="7"></td></tr> <tr><td align=right class=subnavInternational><a href="/french/shopping.php/location=r-c">Magasins</a></td></tr> <tr><td><img src="/images/transparent_dot.gif" width=1 height="7"></td></tr> <tr><td align=right class=subnavInternational><a href="/french/sports.php/location=r-c">Sports & dtente</a></td></tr> </table><p> <a href="http://www.seeamerica.org"><img src="/images/seeamerica.jpg" border="0"></a>  						<p>  <map name="internationalmap"> <area shape="poly" href="/french/sw.php" alt="Southwest" coords="75,74 77,75 78,75 78,77 79,80 80,81 82,83 82,86 83,89 86,91 88,91 95,91 95,68 93,67 91,70 77,70 75,73 75,74 75,74"> <area shape="poly" href="/french/se.php" alt="Southeast" coords="97,67 97,92 90,93 91,96 91,98 91,101 92,103 96,104 97,105 99,107 102,107 105,99 106,95 108,89 109,82 109,75 109,69 106,67 97,67 97,67"> <area shape="poly" href="/french/ce.php" alt="Central East" coords="96,66 106,66 104,60 101,50 99,46 98,42 99,40 93,28 92,33 89,32 88,30 85,31 87,34 90,38 91,40 93,40 94,41 96,44 96,59 93,60 92,63 94,65 96,67 97,67 97,66 96,66 96,66"> <area shape="poly" href="/french/ne.php" alt="Northeast" coords="74,9 78,9 79,13 79,5 82,4 86,6 88,8 89,14 90,19 92,26 91,31 90,31 89,28 84,29 83,27 80,27 80,17 74,16 74,9 74,9"> <area shape="poly" href="/french/nc.php" alt="North Central" coords="73,8 39,7 39,9 42,12 43,17 44,19 48,21 48,18 52,19 56,21 58,24 61,30 65,34 68,34 70,36 73,36 73,33 75,33 75,29 79,29 78,18 73,17 73,8 73,8"> <area shape="poly" href="/french/nw.php" alt="Northwest" coords="37,1 39,4 38,6 38,10 40,11 41,13 42,16 42,19 44,21 47,22 44,23 40,25 37,27 32,27 31,24 30,20 21,14 16,14 10,13 8,15 5,15 2,16 1,14 2,11 2,8 0,6 0,2 2,0 37,1 37,1"> <area shape="poly" href="/french/c.php" alt="Central" coords="81,29 80,30 76,30 76,33 75,34 73,34 74,36 76,37 78,40 77,42 78,44 80,45 81,47 81,50 80,52 80,56 80,64 87,64 87,69 90,69 94,66 91,62 91,59 95,58 94,46 92,41 90,41 82,29 81,29 81,29"> <area shape="poly" href="/french/cw.php" alt="Central West" coords="70,38 73,37 76,39 76,43 78,46 80,47 79,50 78,53 79,66 86,65 86,69 76,69 74,72 70,63 69,60 68,57 67,55 68,50 69,45 70,40 70,38 70,38"> </map> <center> <img src="/images/international/MapCentral.gif" alt="" border=0 height=113 width=110 hspace=0 vspace=0 usemap="#internationalmap"> </center> <br clear="all">&nbsp;</td> 			<td width=472 valign=top rowspan=2 colspan=5 bgcolor=FFFFFF align=right> 								  <!-- DoubleClick Ad Space --> <NOLAYER> 	<IFRAME SRC="http://ad.doubleclick.net/adi/too.ivf/french;sz=468x60;tile=1;ord=63833051355724598?" width="468" height="60" frameborder="no" border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no"> 		<A HREF="http://ad.doubleclick.net/jump/too.ivf/french;abr=!ie;sz=468x60;tile=1;ord=63833051355724598?"> 		<IMG SRC="http://ad.doubleclick.net/ad/too.ivf/french;abr=!ie;sz=468x60;tile=1;ord=63833051355724598?" border=0 height="60" width="468"></A> 	</IFRAME> </NOLAYER> <ILAYER id="layer1" visibility="hidden" width=468 height=60 TOP=0 LEFT=0></ILAYER> <!-- /DoubleClick Ad Space -->    &nbsp; <br> 				<table border=0 cellpadding=0 cellspacing=0> 					<tr> 						<td width=6 valign=top bgcolor=FFFFFF><img src="/images/transparent_dot.gif" width=6 height=1></td> 						<td width=460 valign=top bgcolor=FFFFFF> 						<span class="body"> La rgion centrale de notre tat, o sont tablis la plupart des parcs thmatiques de la Floride, offre une exprience inoubliable pour des vacances en famille. Au centre d'Orlando, Church Street Station propose une grande varit de restaurants fascinants, ainsi que de boutiques et de botes de nuit. Pas trs loin, sur International Drive, Pointe*Orlando est un complexe de spectacles comprenant des cinmas, des boutiques, des restaurants et d'autres attractions nocturnes. Les parcs thmatiques de Walt Disney World constituent une magie invitable pour les visiteurs de la Floride centrale, en particulier  la suite de l'inauguration rcente de l'Animal Kingdom de Disney. Attirs par une exprience de safari relle, des tours de mange excitants et des paysages exotiques, des milliers de visiteurs frquentent cette nouvelle attraction. Epcot offre  ses visiteurs un mini-tour du monde et explore les derniers progrs de la technologie. Disney-MGM Studios permet aux visiteurs de voirs les animateurs de Disney en train de crer de merveilleux personnages et d'apprendre comment les films sont raliss.  <p> <img src="/images/international/central1.jpg" alt="" align=left border=0 height=186 width=143 hspace=5 vspace=0> Universal Studios Florida, les visiteurs peuvent galement observer comment les films sont tourns dans le plus grand studio cinmatographique en dehors de Hollywood, en Californie. Une nouvelle attraction ayant cot plusieurs millions de dollars, "Twister", a t ajoute  Universal pour offrir aux visiteurs le spectacle d'une tornade relle  quelques mtres de soi. En 1999, Universal Studios City Walk, un endroit  ne pas manquer pour les amateurs de vie nocturne, et Universal's Islands of Adventure (l't de 1999), un nouveau grand parc thmatique combinant des manges et attractions excitants avec les personnages des dessins anims les plus populaires du monde, devraient ouvrir leurs portes au public. <p> galement  Orlando, Sea World Adventure Park est un endroit merveilleux pour apprendre de faon divertissante comment vivent les orques, les dauphins, les otaries et des milliers d'autres cratures de la mer. Pendant le spectacle Shamu, qu'il ne faut pas manquer lorsqu'on visite Sea World, des orques font fi de la gravit en sautant  des hauteurs incroyables avant de retomber dans l'eau en claboussant les spectateurs par les mouvement de leur queue. Le parc vient de faire l'objet de la plus grande expansion de son histoire, et les visiteurs seront ravis d'y trouver des ours polaires, des morses, des otaries, des manatees, des dauphins et d'autres animaux marins dans le cadre de nouvelles attractions utilisant l'environnement naturel de ces animaux. Journey to Atlantis est galement une nouvelle attraction excitante pour les visiteurs qui n'ont pas froid aux yeux.  <p> <img src="/images/international/central2.jpg" alt="" align=right border=0 height=142 width=235 hspace=5 vspace=0>Bien que la Floride centrale ne soit pas au bord de la mer, les attractions aquatiques n'y manquent pas. Water Mania, Wet 'n Wild, Wild Waters, ainsi que Typhoon Lagoon, Blizzard Beach et River Country de Disney constituent six parcs aquatiques o les visiteurs peuvent se rafrachir et oublier la chaleur de la Floride -et s'amuser sur les tobogans glissants des parcs ! <p>  une faible distance des attractions trs frquentes d'Orlando, des centaines de lacs s'tendent dans le paysage de la Floride centrale, et l'on peut y pcher certains des plus gros bars du pays. Des petites villes charmantes telles que Lakeland, Winter Park, Sanford et Mount Dora entourent la rgion mtropolitaine d'Orlando ; les visiteurs y trouveront une architecture intressante et de nombreux antiquaires. <p> <img src="/images/international/central3.jpg" alt="" align=left border=0 height=138 width=235 hspace=5 vspace=0>Dans la partie nord de la rgion centrale, prs d'Ocala, se trouve Silver Springs, un monument naturel national et parc thmatique orient vers la nature qui s'tend sur prs de 150 hectares. Les visiteurs peuvent aller dans un bateau  fond de verre et observer les poissons aux couleurs vives, ou faire un safari ou une croisire  travers la jungle tropicale. <p> 		<br><p> </span> 						</td> 						<td width=6 bgcolor=FFFFFF valign=top><img src="/images/shell/dec_dottedline.gif" width=5 height=290></td> 					</tr> 				</table> 			</td> 			<td width=130 colspan=2 rowspan=2 bgcolor=FFFFFF align=center valign=top><center>  <!-- DoubleClick Ad Space --> <NOLAYER> 	<IFRAME SRC="http://ad.doubleclick.net/adi/too.ivf/french;pos=french1;sz=120x60;tile=2;ord=63833051355724598?" width="120" height="60" frameborder="no" border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no"> 		<A HREF="http://ad.doubleclick.net/jump/too.ivf/french;pos=french1;abr=!ie;sz=120x60;tile=2;ord=63833051355724598?"> 		<IMG SRC="http://ad.doubleclick.net/ad/too.ivf/french;pos=french1;abr=!ie;sz=120x60;tile=2;ord=63833051355724598?" border=0 height="60" width="120"></A> 	</IFRAME> </NOLAYER> <ILAYER id="layer2" visibility="hidden" width=120 height=60 TOP=0 LEFT=0></ILAYER> <!-- /DoubleClick Ad Space -->    <br><br>&nbsp; </center></td> 			<td width=6 rowspan=2 bgcolor=FFFFFF><img src="/images/transparent_dot.gif" width=6 height=1></td> 			<td width=1 rowspan=2 bgcolor=000000><img src="/images/transparent_dot.gif" width=1 height=1></td> 			<td width=30 bgcolor=FF9900 valign=top><img src="/images/transparent_dot.gif" width=30 height=1></td> 			<td width=2 rowspan=2 bgcolor=000000><img src="/images/transparent_dot.gif" width=2 height=1></td> 			<td width=2 rowspan=2 bgcolor=0099CC><img src="/images/transparent_dot.gif" width=2 height=1></td> 		</tr> 		<tr> 			<td width=30 bgcolor=FF9900 valign=bottom><img src="/images/shell/dec_starfish.gif" width=30 height=149 border=0></td> 		</tr> 		<tr> 			<td width=137 bgcolor=CCFFFF><img src="/images/transparent_dot.gif" width=137 height=1></td> 			<td width=206 colspan=3 align=left bgcolor=FFFFFF><img src="/images/shell/dec_roundcorner_Welcome.gif" width=10 height=14></td> 			<td width=260 bgcolor=FFFFFF><img src="/images/transparent_dot.gif" width=260 height=1></td> 			<td width=6 bgcolor=FFFFFF><img src="/images/transparent_dot.gif" width=6 height=1></td> 			<td width=130 colspan=2 bgcolor=FFFFFF><img src="/images/transparent_dot.gif" width=130 height=1></td> 			<td width=6 bgcolor=FFFFFF><img src="/images/transparent_dot.gif" width=6 height=1></td> 			<td width=35 rowspan=4 colspan=4 bgcolor=FF9900><a href="#top"><img src="/images/shell/b_goup-corner_up.gif" border=0 height=32 width=35></a></td> 		</tr> 		<tr> 			<td width=137 bgcolor=CCFFFF><img src="/images/transparent_dot.gif" width=137 height=1></td> 			<td width=6 bgcolor=CCFFFF><img src="/images/transparent_dot.gif" width=6 height=14></td> 			<td width=596 colspan=6 bgcolor=CCFFFF><span class="bottom"><a href="#" class="bottom" Onclick="helpFrameA('/help/help_frame.php')">Help!</a> | <a href="/index.php" class="bottom">Home</a> | <a href="/interests/index.php" class="bottom">Interests</a> | <a href="/destinations/index.php" class="bottom">Destinations</a> | <a href="/tools/index.php" class="bottom">Tools</a></span></td> 			<td width=6 bgcolor=CCFFFF><img src="/images/transparent_dot.gif" width=6 height=1></td> 		</tr> 		<tr> 			<td colspan=9 width=745 bgcolor=000000><img src="/images/transparent_dot.gif" width=745 height=2></td> 		</tr> 		<tr> 			<td colspan=9 width=745 bgcolor=0099CC><img src="/images/transparent_dot.gif" width=745 height=2></td> 		</tr> 	</table> 	<div class="t_legal"> 		VISIT FLORIDA is the Official Tourism Marketing Corporation for the State of Florida.<br> 		All material  2001 by VISIT FLORIDA. All rights reserved. <a href="/tools/sitemap.php"><font color="#0099CC">.</font></a><br> 		Reproduction in whole or in part is prohibited without the written permission of the publisher.<br> 		<a class="footer" href="/tools/privacy.php">Privacy policy.</a><Br> 		Please report problems to <a class="footer" href="mailto:webmaster.flausa@milesmediagroup.com">webmaster.flausa@milesmediagroup.com</a>.<br> 		April 22, 2003		 - http://www.flausa.com/french/c.php	</div> 	<!-- DoubleClick Ad Space --> <LAYER SRC="http://ad.doubleclick.net/adl/too.ivf/french;sz=468x60;tile=1;ord=63833051355724598?" width=468 height=60 visibility="hidden" onLoad="moveToAbsolute(layer1.pageX,layer1.pageY);clip.height=60;clip.width=468;visibility='show';"></LAYER> <!-- /DoubleClick Ad Space --> <!-- DoubleClick Ad Space --> <LAYER SRC="http://ad.doubleclick.net/adl/too.ivf/french;pos=french1;sz=120x60;tile=2;ord=63833051355724598?" width=120 height=60 visibility="hidden" onLoad="moveToAbsolute(layer2.pageX,layer2.pageY);clip.height=60;clip.width=120;visibility='show';"></LAYER> <!-- /DoubleClick Ad Space --> </body> </html> 
