<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var color		= "050F40"	// HEADER BACKGROUND COLOR
var flashheight		= "75"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "100%"		// WIDTH OF THE FLASH (IN PIXELS)


document.write('<div class="headerlocation">');

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo" ALIGN=" ">');
document.write('<PARAM NAME=movie VALUE="logo.swf">');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#'+color+'>');
document.write('<EMBED src="logo.swf" quality=high bgcolor=#'+color+' WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('<img src="picts/bar2.gif" width="100%" height="16" alt="GoBarging" >');
document.write('<table cellpadding="0" cellspacing="0" width="100%" bgcolor="#4D6D8D"><tr ><td>&nbsp;<td width="800" align="center"><IMG class="banner" SRC="picts/Impressionniste-header800-1.jpg" alt="L\'Impressionniste, - on board facilities include 2 suites, 4 junior suites, spa pool, sauna, chartroom, 12 touring bikes - supported by 2 air-conditioned minibuses and 5 crew"><BR><td>&nbsp;</table>');
document.write('<img src="picts/bar.gif" width="100%" height="35" alt="GoBarging" >');





//  End -->