function jqpooopAjax(){
	$.jqpooop({
			Id:"alert",
			Width:350,
			Height:350,
			Ajax:"jqpooop.html",	
			Headmsg:"Servicios"
			});

}
function jqpooopText(){

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

}

function jqpooopConst(){

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

}

