// JavaScript Document
//12/04/2004
//Josué Adib Cervantes García
// Desplegar Imagen en una ventana

function CargarNoticia(img, ancho, alto){
  derecha=(screen.width-ancho)/2;
  arriba=(screen.height-alto)/2;
  string="toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width="+ancho+",height="+alto+",left="+derecha+",top="+arriba+"";
  fin=window.open(img,"",string);
}

/*-------------------------------------------------- 

Multimedia Design, Programation, Animation, Design Interface, Graphic Art and Graphic Desigm 
by Josue Adib Cervantes Garcia
							 
					              ODM & IT Studio
					 
			            O    D    M        &      I    T
			       Outlook Design Motion  And Information Technology
			                http://www.odmstudio.com.mx
			             "Changing Ideas of Doing Business"
			             
			
			josueadib@odmstudio.com.mx
			josueadib@itelcel.com
				
					 
-------------------------------------------------*/
