// JavaScript Document

var popUpWin=0;

function popUpWindow(URLStr, left, top, width, height)

{

  if(popUpWin)

  {

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

  }

  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');

}


var common_height = 650;
var common_width = 830;
var common_transition = 'elastic';
var common_opacity = .35

function callMedics(){
	$.fn.colorbox({
				  href:'centro_virtual/medicos-y-especialistas.php', 
				  open:true,
				  transition:common_transition,
				  height:common_height,
				  width:common_width,
				  opacity:common_opacity
				  });	
}

function callArtesanias(){
	$.fn.colorbox({
				  href:'centro_virtual/artesanias.php', 
				  open:true,
				  transition:common_transition,
				  height:common_height,
				  width:common_width,
				  opacity:common_opacity
				  });	
}

function callDiscotecas(){
	$.fn.colorbox({
				  href:'centro_virtual/discotecas-bares-y-restaurantes.php', 
				  open:true,
				  transition:common_transition,
				  height:common_height,
				  width:common_width,
				  opacity:common_opacity
				  });	
}

function callBodas(){
	$.fn.colorbox({
				  href:'centro_virtual/bodas-y-xv-anos.php', 
				  open:true,
				  transition:common_transition,
				  height:common_height,
				  width:common_width,
				  opacity:common_opacity
				  });	
}

