function down() {
	if (event.button==2){ 
		alert("Seja bem-vindo à MICRO-F Automação Comercial");
	}
}
function up() {
	if (event.button==2){
		alert("www.micro-f.com.br");
		document.write("<style><!--a{text-decoration:none}//--></style><style><!--a:hover{text-decoration:underline; }--></style><style><!--a:hover{color:white; }--></style><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'><style><!--a{text-decoration:none}//--></style><style><!--a:hover{text-decoration:underline; }--></style><style><!--a:hover{color:blue; }--></style><body bgcolor='white' background='./imagens/bgindex.jpg' bottommargin=0 leftmargin=0 rightmargin=0 topmargin=0 marginwidth=0 marginheight=0><table height='430' width='795' border=0 align='left' valign='top' cellspacing=3 cellpadding=0><tr><td valign='middle'><table align='center' border=0 cellspacing=0 cellpadding=0><td align='center' valign='bottom'><img src='./imagens/globo.gif'></td><td align='center' valign='bottom'><img src='./imagens/logoglobo.gif'></td></tr><tr><td colspan=2 align='center' valign='bottom'><img src='./imagens/logoglobo_down.gif'></td></tr></table></td></tr><tr><td align='center'><font color='navy' face='Verdana' size='3'><b>O WEBMASTER MICRO-F AGRADECE O<br>FORTE PRESTÍGIO PELA HOME PAGE!!!</b></font></td></tr><tr><td height='100'>&nbsp</td></tr><tr><td align='center' height=100><a href='javascript:history.back(1)'><font color='navy' face='Verdana' size=2><b>VOLTAR</b></font></a></td></tr></table></body>");
	}
}
document.onmousedown=down;
document.onmouseup=up;
