[HEADER]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<!-- ------------------------------------------------------------------------------------------------
	rootII 2005
	template pour l'exportation html de la base gcfilms
	------------------------------------------------------------------------------------------------ -->
<head>
	<meta content="text/html; charset=ISO-8859-1"  http-equiv="content-type">
	<title>$$PAGETITLE$$</title>
	<script type="text/javascript" language="javascript1.2"><!--
		var	alreadyOpennedLayer="";
		function hidelayer(id){
			if  (document.getElementById(id).style.visibility=="visible") 
				document.getElementById(id).style.visibility='hidden';
		}
		function showlayer(id){
			if  (document.getElementById(id) && document.getElementById(id).style.visibility!='visible') 
			{
				if (alreadyOpennedLayer!="") hidelayer(alreadyOpennedLayer);
				alreadyOpennedLayer=id;				
				document.getElementById(id).style.visibility='visible';
			}
		}
//--></script>
<style type="text/css" media="screen">
	body{
		font-family:  helvetica, verdana, arial ;
		color: rgb(253, 253, 253); 
		background-color: rgb(204, 204, 204); 
		font-face : helvetica, verdana, arial ; 
		font-size= 8;
	}
	.synopsis { 
		background-color: rgb(174, 174,174 ) ; 
		layer-background-color: rgb(174, 174,174 ) ; 
		border: 1px none #000000;
		text-align = justify;
		font-face : helvetica, verdana, arial ; 
		font-size= 6;
		visibility:hidden; 
		position:absolute;
		width:80%; 
	}
	strong {
		color : #FFFFFF;  
		font-size=14;
	}
	td{	color : #666666; }
	a { text-decoration : none ; }
	#design{
		text-align: right;
		color : rgb(174, 174,174 )	
	}
	#gcfilms{
		text-align: right;
		color : rgb(174, 174,174 )
	}
</style>
<style type="text/css"  media="print" >	
	body{
		font-family:  helvetica, verdana, arial ;
		font-face : helvetica, verdana, arial ; 
		font-size= 8;
	}
	.synopsis {	display: none; }
	#design{ display: none;	}
	#gcfilms{
		text-align: right;
		color : rgb(174, 174,174 )

</style>
</head>
<body link="#666666" alink="#666666" vlink="#999999">
	<div id="header-title">
		<h1>$$PAGETITLE$$</h1>
	</div>
	<table border="0" align="center" cellspacing="0" cellpadding="0"  width="80%">
	<tr>
		<td>
[/HEADER]
[ITEM]
			<table border="0" align="center" cellspacing="0" cellpadding="0"  width="100%">
				<tr><td colspan=3><strong>$$MOVIETITLE$$</strong></td></tr>
				<tr><td width="80" rowspan=7><img align="top" src="$$IMAGE$$" height="$$HEIGHT_PIC$$" border="0"
												name="image$$IDX$$" alt="$$MOVIETITLE$$" title="$$MOVIETITLE$$"
												onMouseOver='showlayer("synop$$IDX$$")'></td>
						<td width="100"><small>$$ORIGINAL_TITLE_LABEL$$</small></td><td><small>$$ORIGINAL_TITLE$$</small></td></tr>
				<tr><td><small>$$DIRECTOR_LABEL$$</small></td><td><small>$$DIRECTOR$$</small></td></tr>
				<tr><td><small>$$DATE_LABEL$$</small></td><td><small>$$DATE$$</small></td></tr>
				<tr><td><small>$$TIME_LABEL$$</small></td><td><small>$$TIME$$</small></td></tr>
				<tr><td><small>$$NAT_LABEL$$</small></td><td><small>$$NAT$$</small></td></tr>
				<tr><td><small>$$TYPE_LABEL$$</small></td><td><small>$$TYPE$$</small></td></tr>
				<tr><td><small>$$ACTORS_LABEL$$</small></td><td><small>$$ACTORS$$</small></td></tr>
				<tr><td colspan=3><div class="synopsis" id="synop$$IDX$$" onMouseOut='hidelayer("synop$$IDX$$")' >$$SYNOPSIS$$</div></td></tr>
				<tr><td colspan=3><hr></td></tr>
			</table>
[/ITEM]
[FOOTER]
</td></tr>
<tr><td>$$NUMBER$$ films</td></tr>
	</table>
	<div id="design"><br><br><br><br><small>design by 
		<em>rootII design department</em></small></div>
	<div id="export">$$ExportHTMLnote$$</div>	
</body>
</html>
[/FOOTER]
