
function click() 
{ 
		if (event.button==2) 
		{ 
			alert('Seja criativo e faça o seu!!');
		} 
} 	   		
 
function keypresed() {
		alert('Se desejar obter uma cópia das fotos, entrar em contato com afornali@bicicletasantigas.com.br'); 
} 

function MontaQuadro(imagem, extensao)
	   {
		document.write('<table id="Table01" border="0" cellpadding="0" cellspacing="0" width="100%"> ');
		document.write('<tr>																							 		');		   
		document.write('	<td background="'+imagem+'_01.'+extensao+'" width="20" height="20" alt=""></td>  ');
		document.write('	<td background="'+imagem+'_02.'+extensao+'"            height="20" alt=""></td>  ');
		document.write('	<td background="'+imagem+'_03.'+extensao+'" width="20" height="20" alt=""></td>  ');
		document.write('</tr>																								');
		document.write('<tr>																									');
		document.write('	<td background="'+imagem+'_04.'+extensao+'" width="20" height="20" alt=""></td>	');
		document.write('	<td background="'+imagem+'_05.'+extensao+'" class="textoquadro">	                                	');
  		} 	 

function FechaQuadro(imagem, extensao)
		 {	
  		 document.write('</td>																								');
		 document.write('	<td background="'+imagem+'_06.'+extensao+'" width="20" height="20" alt=""></td>	');
		 document.write('</tr>																								');
		 document.write('<tr>																								');
		 document.write('	<td background="'+imagem+'_07.'+extensao+'" width="20" height="20" alt=""></td>	');
		 document.write('	<td background="'+imagem+'_08.'+extensao+'"            height="20" alt=""></td>	');
		 document.write('	<td background="'+imagem+'_09.'+extensao+'" width="20" height="20" alt=""></td>	');
		 document.write('</tr>																								');
   	 document.write('</table>	  																						');
		 } 

// document.onkeydown=keypresed; 
document.onmousedown=click; 
