/*
 * jQuery  Plugin jQPOOOP v 1.0.16
 * http://www.dieroboter.com/jQPOOOP/
 *
 * Copyright (c) 2009 Esteban Martin Gimenez
 *http://www.dieroboter.com
 * Dual licensed under the MIT and GPL licenses.
 *
 * Date: 2009-08-12 20:42:16 
 * Revision: 9
 */
function jqpooopAjax(){

	$.jqpooop({
			Id:"alert",
			Width:525,
			Height:600,
			Ajax:"jQPOOOP/atencion.php",	
			Headmsg:"Evento"
			});

}

function jqpooopAjaxwmf(){

	$.jqpooop({
			Id:"alert",
			Width:400,
			Height:450,
			Ajax:"jQPOOOP/atencion_ing.php",	
			Headmsg:"ATTENTION"
			});

}
/*function jqpooopText(){

	$.jqpooop({
			Id:"alertt",
			Width:400,
			Height:200,
			Ajax:"jQPOOOP/atencion.php",
			Mensaje:"Hello Wordl!!!",
			Headmsg:"Alert message text"
		
			});

}

function jqpooopConst(){

	$.jqpooop({
			Id:"alertt",
			Width:400,
			Height:200,
			Ajax:"jQPOOOP/atencion.php",
			Mensaje:"In progress!!!",
			Headmsg:"Alert message text"
		
			});

}*/
