// JavaScript Document

/*Redimensionar presentacion*/

function redim(){

    ancho = document.getElementById("apDiv7").offsetWidth;

    alto = document.getElementById("apDiv7").offsetHeight;

	resizeTo(ancho+15, alto+10);

}

var popUpWin=0;

function popUpWindow(URLStr)

{

  if(popUpWin)

  {

    if(!popUpWin.closed) popUpWin.close();

  }

  popUpWin = open(URLStr, '', 'directories=no,resizable=yes, location=no, menubar=no, status=0, status=no, toolbar=no,  scrollbars=no left=40%, top=40%, width=345 height=500');

}

/*Redimension Muestras*/

var popUpWin=0;

function muestra(URLStr)

{

  if(popUpWin)

  {

    if(!popUpWin.closed) popUpWin.close();

  }

  popUpWin = open(URLStr, '', 'directories=no, resizable=yes, location=no, menubar=no, status=0, status=no, toolbar=no,  scrollbars=no, width=458px height=447px');

}

function muestra_auto(){

    ancho = document.getElementById("apDiv7").offsetWidth;

    alto = document.getElementById("apDiv7").offsetHeight;

	resizeTo(ancho+15, alto+8);

}

/*Galeria*/

var popUpWin=0;

function galeria_link(URLStr)

{

  if(popUpWin)

  {

    if(!popUpWin.closed) popUpWin.close();

  }

  popUpWin = open(URLStr, '', 'directories=no, resizable=yes, location=no, menubar=no, status=0, status=no, toolbar=no,  scrollbars=no, width=600px, height=300px');

}

function galeria(){

    ancho = document.getElementById("apDiv7").offsetWidth;

    alto = document.getElementById("apDiv7").offsetHeight;

	resizeTo(ancho+15, alto+40);

}
