x = 0;
page = document.location.search;
page = page.substring(1,page.length);
if(page) eval(page);

window.focus();

function copyright()
{
	alert("Copyright " + images[x][2] + " " + auteur);
}

function dessin()
{
	document.write("<center><table cellpadding=0 cellspacing=0 border=0 width=500>");
	document.write("<td width=250>");
	if(x>0) document.write("<font face=verdana,arial size=-1><b><a href='dessins.html?x=" + (x-1) + "'>pr&eacute;c&eacute;dent</a>");
	document.write("</td>");
	
	
	document.write("<td width=250 align=right>");
	if(x<images.length-1) document.write("<font face=verdana,arial size=-1><b><a href='dessins.html?x=" + (x+1) + "'>suivant</a>");
	document.write("</td>");
	document.write("</tr></table>");
	
	document.write("<table cellpadding=0 cellspacing=0 border=0 width=100% height=500><tr><td align=center valign=middle>");
	document.write("<img src='" + images[x][0] + "'>");
	document.write("</td></tr></table>");
	document.write("<font face=verdana,arial size=-2>" + images[x][1] + " (" + images[x][2] + ")</font>");
	
	document.write("<center><table cellpadding=0 cellspacing=0 border=0 width=500>");
	document.write("<td width=250>");
	if(x>0) document.write("<font face=verdana,arial size=-1><b><a href='dessins.html?x=" + (x-1) + "'>pr&eacute;c&eacute;dent</a>");
	document.write("</td>");
	
	
	document.write("<td width=250 align=right>");
	if(x<images.length-1) document.write("<font face=verdana,arial size=-1><b><a href='dessins.html?x=" + (x+1) + "'>suivant</a>");
	document.write("</td>");
	document.write("</tr></table>");
	
}


function dessin2()
{
	document.write("<center><table cellpadding=0 cellspacing=0 border=0 width=0>");
	document.write("<td width=0>");
	if(x>0) document.write("<font face=verdana,arial size=-1><b><a href='dessins.html?x=" + (x-1) + "'>pr&eacute;c&eacute;dent</a>");
	document.write("</td>");
	
	
	document.write("<td width=0 align=right>");
	if(x<images.length-1) document.write("<font face=verdana,arial size=-1><b><a href='dessins.html?x=" + (x+1) + "'>suivant</a>");
	document.write("</td>");
	document.write("</tr>");
	
	document.write("<tr><td align=center valign=middle colspan=2>");
	document.write("<img src='" + images[x][0] + "'>");
	document.write("</td></tr></table>");
	document.write("<font face=verdana,arial size=-2>" + images[x][1] + " (" + images[x][2] + ")</font>");
	
	document.write("<center><table cellpadding=0 cellspacing=0 border=0 width=0>");
	document.write("<td width=0>");
	if(x>0) document.write("<font face=verdana,arial size=-1><b><a href='dessins.html?x=" + (x-1) + "'>pr&eacute;c&eacute;dent</a>");
	document.write("</td>");
	
	
	document.write("<td width=0 align=right>");
	if(x<images.length-1) document.write("<font face=verdana,arial size=-1><b><a href='dessins.html?x=" + (x+1) + "'>suivant</a>");
	document.write("</td>");
	document.write("</tr>");
	
}