/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.js 243 2010-03-15 14:23:14Z emartin24 $
 *
 */

function aaa(id){
//alert(id)
xajax_detalle_producto(id);
jQuery(function ($) {
	
		$('#basic-modal-content').modal();
		return false;

});
}

function loadgaleria(){
//alert('cargando')
jQuery(function ($) {$('#slides1').bxGallery({maxheight: 400,thumbwidth: 60,thumbplacement: 'top',thumbcontainer:400});});	
}
