/*
 * 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:400,
			Height:400,
			Ajax:"popup/prueba.php",	
			Headmsg:" Novedades y anuncios"
			});

}
function jqpooopText(){

	$.jqpooop({
			Id:"alertt",
			Width:400,
			Height:400,
			Ajax:'',
			Mensaje:"Hello Wordl!!!",
			Headmsg:"Alert message text"
		
			});

}

function jqpooopConst(){

	$.jqpooop({
			Id:"alertt",
			Width:400,
			Height:400,
			Ajax:'',
			Mensaje:"In progress!!!",
			Headmsg:"Alert message text"
		
			});

}