<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Disney-Epcot</title>

<script type="text/javascript" language="JavaScript">
<!--
// Galerie, popup window
// Version 1.2.0 : October 2004
// Authors : Guillion, Molgow and Regensburg
// openwindowlink : open a new popup window
// Changes : 10/25/03 Quicktime media managment
// Changes : 11/03/03 Opening the same window don't add html but replace it
// Changes : 16/01/04 Meta tag to prevent image toolbar
// Changes : 19/09/04 iptc added to exif
// Changes : 01/10/04 utf-8 character set
// => width, height, title or '', date or '', comment or '' , iptcexif or ''
// countlines : count the number of <br> in the string
function countlines(str)
{
var i=0;
var nblines=2;
do
        {
        i= str.indexOf("<br>",i);
        if (i>=0)
             nblines = nblines +1;
        i++;
        } while(i>0);
return(nblines);
}
//			openwindowlink
// => url of the media
//    width of the window
//    height of the window
//    title related to the media (not the window title) can be empty
//    date  related to the media can be empty
//    comment  related to the media can be empty
//    iptcexif data  related to the media can be empty
//    media name (name of the original file) this is used to generate one window per media
//    quicktime is 1 if the media is displayed using QuickTime
function openwindowlink(url, w, h,title,date,comment,iptcexif,medianame,quicktime)
{
var top=0;
var left=0;
var realheight;
// Defining default line height
var lineheightInPixel=16;
var exist=0;

// Computing height along displayed string
if(quicktime!=0) h+=16;
    realheight=h;
if (title.length !=0)   
    {
    realheight += countlines(title)* lineheightInPixel;
    exist=1;
    }
if (date.length !=0) 
    {
    realheight += countlines(date)* lineheightInPixel;
    exist=1;
    }
if (comment.length !=0)  
    {
    realheight += countlines(comment)* lineheightInPixel;
    exist=1;
    }
if (iptcexif.length !=0) 
    {
    realheight += countlines(iptcexif)* lineheightInPixel;
    exist=1;
    }
if(exist)
    realheight +=16;
// Coordinates of centered window
top=Math.floor((screen.height-realheight)/2);
left=Math.floor((screen.width-w)/2); 
popup = window.open("", medianame, "top="+top+",left="+left+",width="+w+",height="+realheight+",toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0");
popup_html = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
popup_html += '<html>';
popup_html += '<head>';
popup_html += '<meta http-equiv="content-type" content="text/html; charset=utf-8">';
if(quicktime!=0)
    {
    if( medianame.length==0)
        popup_html += "<title>QuickTime Media</title>";
    else
        popup_html += "<title>"+ medianame +"</title>";
    }
else
    popup_html += "<title>Click on picture to close.</title>";
popup_html += '<meta http-equiv="imagetoolbar" content="no">';
popup_html += '<style type="text/css">';
popup_html += '<!-- ';
popup_html += 'body  { font-size: 14px; color: #000000; } ';
popup_html += '.iptcexif { color: #666666; } ';
popup_html += '-->';
popup_html += '</style>';
popup_html += '</head>';
popup_html += '<body bgcolor="#ffffff" background="background.gif" text="#000000" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" rightmargin="0">';
// Not a quicktime media file
if(quicktime==0)
    {
    // Click will close
    popup_html += '<a href="javascript:self.close();">';
    popup_html += '<img src="'+url+'" width="'+w+'" height="'+h+'" border="0">';
    popup_html += '</a>';
    }
else
    {
    // Opening it using Quicktime
    popup_html += '<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  ';
    popup_html += 'width="'+w+'" height="'+h+'" codebase="http://www.apple.com/qtactivex/qtplugin.cab">';
    popup_html += '<param name="SRC" value="'+ url+'">';
    popup_html += '<param name="CONTROLLER" value="TRUE">';
    popup_html += '<param name="AUTOPLAY" value="FALSE">';
    popup_html += '<param name="CACHE" value="FALSE">';
    popup_html += '<embed src="'+url+'" width="'+w+'" height="'+h+'"';
    popup_html += ' controller="TRUE"';
    popup_html += ' autoplay="TRUE"';
    popup_html += ' cache="FALSE"';
    popup_html += ' type="video/quicktime"';
    popup_html += ' pluginspage="http://www.apple.com/quicktime/download/">';
    popup_html += '</embed>';
    popup_html += '</object>';    
    }
popup_html += '<div align="center"><small>';
if (title.length !=0)
    {
    popup_html += '<br>';
    popup_html += title;
    popup_html += '<br>';
    }
if (date.length !=0)
    {
    popup_html += '<br>';
    popup_html += date;
    popup_html += '<br>';
    }
if (comment.length !=0)
    {
    popup_html += '<br>';
    popup_html += comment;
    popup_html += '<br>';
    }
if (iptcexif. length !=0)
    {
    popup_html += '<br>';
    popup_html +='<span class="iptcexif">';
    popup_html += iptcexif;
    popup_html +='</span>';
    popup_html += '<br>';
    }
popup_html += '</small></div>';
popup_html += '</body>';
popup_html += '</html>';
popup.document.open();
popup.document.write(popup_html);
popup.document.close();
}
//-->
</script>

<meta http-equiv="imagetoolbar" content="no">
</head>
<body bgcolor="#ffffff" background="background.gif" text="#000000" link="#0033cc" vlink="#0033cc" alink="#0033cc">

<!--  -->

<div align="center">

<a href="http://laify.com/content.php">Go back to home page</a>
<h1>Disney-Epcot</h1>
<h2><a href="index7.html"><img src="indexpreviouspage.gif" alt="previous"  border="0" align="absmiddle" ></a>&nbsp;&nbsp;Page&nbsp;1&nbsp;<a href="index2.html">2</a>&nbsp;<a href="index3.html">3</a>&nbsp;<a href="index4.html">4</a>&nbsp;<a href="index5.html">5</a>&nbsp;<a href="index6.html">6</a>&nbsp;<a href="index7.html">7</a>&nbsp;&nbsp;<a href="index2.html"><img src="indexnextpage.gif" alt="next"  border="0" align="absmiddle" ></a></h2>


<table cellspacing="0" cellpadding="0" border="0">
<tr><td height="5"></td></tr>
<tr align="center" valign="middle">
<td width="150"><a href="javascript: openwindowlink('mediafiles/l1.jpg',407,536,'','','','','epcot01','0');"><img src="thumbnails/s1.jpg" width="106" height="140" border="0" hspace="5" vspace="0" alt="epcot01.JPG"></a></td>
<td width="150"><a href="javascript: openwindowlink('mediafiles/l2.jpg',536,407,'','','','','epcot02','0');"><img src="thumbnails/s2.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot02.JPG"></a></td>
<td width="150"><a href="javascript: openwindowlink('mediafiles/l3.jpg',536,407,'','','','','epcot03','0');"><img src="thumbnails/s3.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot03.JPG"></a></td>
<td width="150"><a href="javascript: openwindowlink('mediafiles/l4.jpg',536,407,'','','','','epcot04','0');"><img src="thumbnails/s4.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot04.JPG"></a></td>
</tr>
<tr><td height="5"></td></tr>
<tr><td height="5"></td></tr>
<tr align="center" valign="middle">
<td width="150"><a href="javascript: openwindowlink('mediafiles/l5.jpg',536,407,'','','','','epcot05','0');"><img src="thumbnails/s5.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot05.JPG"></a></td>
<td width="150"><a href="javascript: openwindowlink('mediafiles/l6.jpg',536,407,'','','','','epcot06','0');"><img src="thumbnails/s6.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot06.JPG"></a></td>
<td width="150"><a href="javascript: openwindowlink('mediafiles/l7.jpg',536,407,'','','','','epcot07','0');"><img src="thumbnails/s7.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot07.JPG"></a></td>
<td width="150"><a href="javascript: openwindowlink('mediafiles/l8.jpg',536,407,'','','','','epcot08','0');"><img src="thumbnails/s8.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot08.JPG"></a></td>
</tr>
<tr><td height="5"></td></tr>
<tr><td height="5"></td></tr>
<tr align="center" valign="middle">
<td width="150"><a href="javascript: openwindowlink('mediafiles/l9.jpg',536,407,'','','','','epcot09','0');"><img src="thumbnails/s9.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot09.JPG"></a></td>
<td width="150"><a href="javascript: openwindowlink('mediafiles/l10.jpg',536,407,'','','','','epcot10','0');"><img src="thumbnails/s10.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot10.JPG"></a></td>
<td width="150"><a href="javascript: openwindowlink('mediafiles/l11.jpg',536,407,'','','','','epcot11','0');"><img src="thumbnails/s11.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot11.JPG"></a></td>
<td width="150"><a href="javascript: openwindowlink('mediafiles/l12.jpg',536,407,'','','','','epcot12','0');"><img src="thumbnails/s12.jpg" width="140" height="106" border="0" hspace="5" vspace="0" alt="epcot12.JPG"></a></td>
</tr>
<tr><td height="5"></td></tr>
</table>

<br>
Click on a picture to enlarge it. 
<br><br>
<small>Thursday, March 17, 2005 11:14:08 AM</small>
<br>
<small>Generated by <a href="http://www.myriad-online.com/en/products/galerie.htm" target="_blank">Galerie</a></small>

</div>

</body>
</html>

