//$(document).ready(function(){
//	$("#nav-one li").hover(
//		function(){ $("ul", this).fadeIn("fast"); },
//		function() { }
//	);
//if (document.all) {
//		$("#nav-one li").hoverClass ("sfHover");
//	}

//$.fn.hoverClass = function(c) {
//	return this.each(function(){
//		$(this).hover(
//			function() { $(this).addClass(c);  },
//			function() { $(this).removeClass(c); }
//		);
//	});
//};


function f_enterserial ( nid,npr ,cantidad) {
	$("#productoid").setValue(nid);
	$('#productoprecio').html(npr);
	$('#productototal').html(npr);
	if (cantidad==0) {
		$("#productocantidad").setValue(1);
		$('#divSerial').jqmShow();
	} else {
		$("#productocantidad").setValue(cantidad);
		f_salirserial(1);
	}

	$("#systemWorking").show();
 	$.manageAjax.add('SSINFOqueue', { url:"/admin/procesos_articuloget.php", data: {id: nid, dp: '' },  success: (function(j) {
		$("#systemWorking").hide();

		j= eval('('+j+')'); 

		$('#productodet').html(j['articulo_det']);

	 })  }); 

}

function f_salirPopup2( naccion){
	$('#divPopup2').jqmHide();
	

	if (naccion==1) {
		 f_workingdiv ('on');
		$('#jsonFormRemember').submit();
	} else {

	}
}

function f_showremember() {
	$('#divPopup2').jqmShow();
}
function FormRememberValid () {

}

