var demofile
var demotitle

function presentacion (){
   return demofile;
}

function titulo (){
   return demotitle;
}

function verdemo (archivo,titulo){
   demofile=archivo;
   demotitle=titulo;
   window.open("demos.htm","ventana1","width=802,height=600,scrollbars=NO,titlebar=NO") ;
}

function verimagen (URL,w,h,n){
  derecha=(screen.width-w)/2;
  arriba=(screen.height-h)/2;
  string="toolbar=0,scrollbars=0,location=0,directories=0,status=0,statusbar=0,menubar=0,resizable=0,width="+w+",height="+h+",left="+derecha+",top="+arriba+"";
  p=window.open(URL,"",string); 
} 

function regenerate(){
window.location.reload()
}
