function uno(src,color_entrada) { src.bgColor=color_entrada;src.style.cursor="default"; } 
function dos(src,color_default) { src.bgColor=color_default;src.style.cursor="default"; } 


function Error_Cargar() {
window.event.srcElement.style.display = "None"; 
}


// A Favoritos y bookmarks
function makeLink(){
 title = "Sabordominicano.com"; 
 url = "http://www.sabordominicano.com";
if (navigator.appName == "Microsoft Internet Explorer") {
	window.external.AddFavorite(url, title); 
} else {
	alert("Utilice CTRL+D para agregar nuestra pagina a sus marcadores");
}
}


function confirmar(destino,registro) {
    if (confirm("ATENCION\nEstas seguro de proceder con el registro " +registro+ " definitivamente?")) {
        document.location = destino;
    }
}


function PopUp(thePhoto) {
ancho=950;
alto=680;
derecha=(screen.width-ancho)/2;
arriba=5;
props = 'width=' + ancho + ', height=' + alto + ', scrollbars=yes, resizable=no left=' + derecha + ', top=' + arriba;
var w=window.open("",'',props)
w.document.write("<html><head><title>Sabor Dominicano</title><script language=JavaScript>self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight); self.focus(); function click() { if (event.button==2) { window.close(self) } } document.onmousedown=click //--></script><style type=text/css><!-- BODY {scrollbar-arrow-color: #cccccc; scrollbar-track-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #cccccc; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-shadow-color: #cccccc;} --></style></head><body topmargin=10 leftmargin=0 bgcolor=#000000 oncontextmenu='return false' onselectstart='return false' ondragstart='return false'><table border=0 align=center width=100% height=100%><tr><td align=center valign=middle><a href=# onclick=window.close(self)><img src="+thePhoto+" border=0 alt='Click aquí para cerrar'></A></td></tr></table><p></body></html>");
}


function abrechat(URL){ 
window.open(URL,"ventana1","width=1000, height=750, scrollbars=no, menubar=no, location=no, resizable=yes");
} 
