function abrir(){
	var novo;
	var winl = (screen.width - 425) / 2;
	var wint = (screen.height - 350) / 2;
	novo=window.open('','','menubar=no, resizable=yes, width=425, height=350, top='+wint+',left='+winl+'');
	novo.document.write('<html><head><title>Elisa Doces . Google Maps</title><style type="text/css">body, html{margin: 0; padding: 0; width: 100%; height: 100%}</style></head><body><iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com.br/maps?f=q&amp;source=s_q&amp;hl=pt-BR&amp;geocode=&amp;q=r.+lino+de+morais+leme,+Nova+campinas&amp;sll=-14.179186,-50.449219&amp;sspn=77.180203,116.894531&amp;ie=UTF8&amp;ll=-22.888511,-47.039852&amp;spn=0.004833,0.007135&amp;z=14&amp;output=embed&amp;s=AARTsJq_Dy9U1iHAKyanJZv-dqiwHkmqow"></iframe><br /><small><a href="http://maps.google.com.br/maps?f=q&amp;source=embed&amp;hl=pt-BR&amp;geocode=&amp;q=r.+lino+de+morais+leme,+Nova+campinas&amp;sll=-14.179186,-50.449219&amp;sspn=77.180203,116.894531&amp;ie=UTF8&amp;ll=-22.888511,-47.039852&amp;spn=0.004833,0.007135&amp;z=14" style="color:#0000FF;text-align:left">Exibir mapa ampliado</a></small></body></html>');
	novo.document.close()
}

function abrir2(){
	var novob;
	var winlb = (screen.width - 350) / 2;
	var wintb = (screen.height - 410) / 2;
	novob=window.open('','','menubar=no, resizable=no, width=350, height=410, top='+wintb+',left='+winlb+'');
	novob.document.write('<html><head><style type="text/css">html, body{margin: 0; padding: 0;} form input{position: absolute; border: 0; font-family: Lucida Sans Unicode; font-size: 11px; color: #1A1A0D; background: none}</style><title>Contato . Elisa Doces</title></head><body background="http://www.elisadoces.com/images/contato_fundo.jpg"><div style="width: 350px; height: 410px; "><form action="http://formulario.plugweb.com.br/index.php" method="post" name="form1"><input type="hidden" name="destino" value="elisadoces@elisadoces.com" /><input type="hidden" name="assunto" value="Contato pelo Site" /><input type="hidden" name="resposta" value="http://www.elisadoces.com/obrigado.html" /><input name="nome" type="text" id="nome" style="margin: 85 0 0 100; width: 233px"/><input name="email" type="text" id="email" style="margin: 125 0 0 100; width: 233px"/><input name="ddd" type="text" id="ddd" style="margin: 167 0 0 100; width: 47px"/><input name="telefone" type="text" id="telefone" style="margin: 167 0 0 168; width: 164px"/><textarea name="textarea" style="margin-top: 226px; margin-left: 31px; width: 231px; height: 153px; border: 0; overflow: hidden; font-family: Lucida Sans Unicode; font-size: 11px; color: #1A1A0D; background: none"></textarea><input type="image" src="http://www.elisadoces.com/images/contato_bt.gif" style="margin: 204 0 0 28" name="Submit" /></form></div></body></html>');
	novob.document.close()
}
