function DoSomething() {
	
}

function carga_producto(indice) {
	$('.caja_producto').tabSwitch('moveTo',{index : indice}, DoSomething());
}

function salta(url) {
	window.location = url;	
	document.location.href = url;
}
