/*
 * 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:"info.html",	
			Headmsg:'&ldquo;SUPER OFERTAS PARA JUNIO&rdquo;'
			});

}
function jqpooopText(){

	$.jqpooop({
			Id:"alertt",
			Width:400,
			Height:200,
			Ajax:'',
			Mensaje:"Hola!!",
			Headmsg:"Mensaje de alerta"
		
			});

}

function jqpooopConst(){

	$.jqpooop({
			Id:"alertt",
			Width:400,
			Height:200,
			Ajax:'',
			Mensaje:"Cargando...",
			Headmsg:"Alert message text"
		
			});

}