// JavaScript Document


$(document).ready(function(){
$("#compraFinal").validate();
$('#content1').jScrollPane({showArrows:true});




$.post('modulos/productos/control/home.php', function(data) {
  $('#reprodMenu').html(data);
});

});


function cuadroBB(){
	$('#imagenHome').html('<img src="images/random/bebes.jpg" width="691" height="454" />');
	$.post('modulos/productos/control/home.php',{ mode: "BB" },function(data) {												
		$('#reprodMenu').html(data);
	});
}//  f fn

function cuadroNinos(){ 
	$('#imagenHome').html('<img src="images/random/ninos.jpg" width="691" height="454" />');
	$.post('modulos/productos/control/home.php',{ mode: "NINOS" },function(data) {
		$('#reprodMenu').html(data);
	});
}//  f fn

function activaSuperbox(){

$.superbox.settings = {
	boxId: "superbox", // Id attribute of the "superbox" element
	boxClasses: "", // Class of the "superbox" element
	overlayOpacity: .8, // Background opaqueness
	boxWidth: "600", // Default width of the box
	boxHeight: "400", // Default height of the box
	loadTxt: "Loading...", // Loading text
	closeTxt: "Cerrar", // "Close" button text
	prevTxt: "Previous", // "Previous" button text
	nextTxt: "  Next" // "Next" button text
};
	$.superbox();
}//  f  fn
