function windowOpener(sImg,iWidth,iHeight) 
{   
	var msgWindow;
	var myArgs;

        
        
        myArgs = "width=" + iWidth + "," 
                 + "height=" + iHeight + "," 
                 + "location=0," 
                 + "menubar=0," 
                 + "resizable=0," 
                 + "scrollbars=0," 
                 + "status=0," 
                 + "titlebar=0," 
                 + "toolbar=0," 
                 + "hotkeys=0," 
                 + "screenx=50," 
                 + "screeny=50," 
                 + "left=50," 
                 + "top=50"; 
                
	msgWindow = open('', '', myArgs); 
                msgWindow.focus(); 



	//msgWindow=window.open("","displayWindow","toolbar=no, status=no, menubar=no,scrollbars=no, resizable=no, width="+iWidth+", height="+iHeight);
	

	msgWindow.document.write ("<head><title>Marķa Angola</title></head>");
	msgWindow.document.write ("<body bgcolor='#FFFFFF' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
	msgWindow.document.write ("<img src='"+sImg+"' border=0>");
	msgWindow.document.write ("</body>");
}


function windowBienvenido() 
{   
	var msgWindow;
	var myArgs;

        
        
        myArgs = "width=340," 
                 + "height=300," 
                 + "location=0," 
                 + "menubar=0," 
                 + "resizable=0," 
                 + "scrollbars=0," 
                 + "status=0," 
                 + "titlebar=0," 
                 + "toolbar=0," 
                 + "hotkeys=0," 
                 + "screenx=50," 
                 + "screeny=50," 
                 + "left=50," 
                 + "top=20"; 
                
	msgWindow = open('', '', myArgs); 
                msgWindow.focus(); 



	//msgWindow=window.open("","displayWindow","toolbar=no, status=no, menubar=no,scrollbars=no, resizable=no, width="+iWidth+", height="+iHeight);
	

	msgWindow.document.write ("<head><title>Mundo Gallos - Galer&iacute;a</title><link rel='stylesheet' href='/include/css/principal.css'></head>");
	msgWindow.document.write ("<body background='/images/blank/fondo.gif' bgcolor='#FF9900' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
	msgWindow.document.write ("<table width='340' border='0' cellspacing='0' cellpadding='0'>");
	msgWindow.document.write ("<tr><td colspan=2><img src='/images/blank/1.jpg' width='80' height='35'><img src='/images/blank/2.jpg' width='260' height='35'><br><img src='/images/blank/3.jpg' width='80' height='10'><img src='/images/blank/4.gif' width='260' height='10'><br></td></tr>");
	msgWindow.document.write ("<tr>");
	msgWindow.document.write ("<td valign='top'><img src='/images/blank/5.gif' width='80' height='9'><br></td>");
	msgWindow.document.write ("<td align='left' valign='top'><img src='/images/home/t-bienvenidos.gif' ><br></td>");
	msgWindow.document.write ("</tr>"); 
	msgWindow.document.write ("<tr><td valign='top' colspan='2' align='left'><br>");
	msgWindow.document.write ("<ul><li class=clsTexto><b>Bienvenidos</b></li><li  class=clsTexto><b>Welcome</b></li></ul></td></tr>");
	msgWindow.document.write ("<tr>"); 
	msgWindow.document.write ("<td valign='top'>&nbsp;</td>");
	msgWindow.document.write ("<td align='right' valign='top'><br><a href=\"javascript:self.close()\"><img src='/images/blank/b-cerrar.gif' width='60' height='42' border='0' hspace='18'></a></td>");
	msgWindow.document.write ("</tr>");
	msgWindow.document.write ("</table>");
	msgWindow.document.write ("</body>");
}



