/*
 * 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:200,
			Ajax:"jqpooop.html",	
			Headmsg:"Alert message Ajax"
			});

}
function jqpooopText(){

	$.jqpooop({
			Id:"alertt",
			Width:531,
			Height:465,
			Ajax:'',
			Mensaje:"",
			Headmsg:"<h6>Terms of Use</h6>",
			txt:"<h6>Terms of Use</h6><p>fx-rate.net retains and reserve the right to terminate our widget's service to your site without notice and at any time.</p><p>While they make every effort to support this product, the user of this website's service accepts said service as is. fx-rate.net provides no guarantees or warranties that the fx-rate.net widgets and code will function properly or with every browser.</p><p>Avero Pty Ltd and fx-rate.net and its owners shall not be liable to User or any third party for any damage or loss incurred, monetary or otherwise, directly or indirectly, as a result of the use of the fx-rate.net or the fx-rate.net code. This website shall not be liable for any losses or damages incurred in connection with this site.</p>"
			});

}

function jqpooopConst(){

	$.jqpooop({
			Id:"alertt",
			Width:300,
			Height:200,
			Ajax:'',
			Mensaje:"In progress!!!",
			Headmsg:"Alert message text"
		
			});

}
