
$(document).ready(function(){

		//create default Bubble Popups for all buttons...
		$('.button').CreateBubblePopup({
											selectable: false,
		
											position : 'top',
											align	 : 'center',
											
											innerHtml: 'Take a look to the HTML source of this page <br /> \
														to learn how the plugin works!',
		
											innerHtmlStyle: {
																color:'#FFFFFF', 
																'text-align':'center'
															},
																				
											themeName: 	'green',
											themePath: 	'images/jquerybubblepopup-theme'
										 
										});

		//save new settings for the selectable bubble popup...
		$('#button_with_popup_selectable').SetBubblePopupOptions({
																	selectable: true,
								
																	position : 'top',
																	align	 : 'center',
																	
																	innerHtml: 'Ac&aacute; tendr&iacute;a que haber algo-...',
								
																	innerHtmlStyle: {
																						color:'#666666', 
																						'text-align':'center'
																					},
																										
																	themeName: 	'green',
																	themePath: 	'images/jquerybubblepopup-theme'
																 
																});
	 $('#tel-bubble').SetBubblePopupOptions({
																	selectable: true,
								
																	position : 'top',
																	align	 : 'center',
																	
																	innerHtml: 'Tel&eacute;fonos',
								
																	innerHtmlStyle: {
																						color:'#666666', 
																						'text-align':'center'
																					},
																										
																	themeName: 	'green',
																	themePath: 	'images/jquerybubblepopup-theme'
																 
																});
 $('#noche-bubble').SetBubblePopupOptions({
																	selectable: true,
								
																	position : 'top',
																	align	 : 'center',
																	
																	innerHtml: 'Modo d&iacute;a/noche',
								
																	innerHtmlStyle: {
																						color:'#666666', 
																						'text-align':'center'
																					},
																										
																	themeName: 	'green',
																	themePath: 	'images/jquerybubblepopup-theme'
																 
																});
	$('#mail-bubble').SetBubblePopupOptions({
																	selectable: true,
								
																	position : 'top',
																	align	 : 'center',
																	
																	innerHtml: 'Envianos tu consulta v&iacute;a mail',
								
																	innerHtmlStyle: {
																						color:'#666666', 
																						'text-align':'center'
																					},
																										
																	themeName: 	'green',
																	themePath: 	'images/jquerybubblepopup-theme'
																 
																});
    $('#map-bubble').SetBubblePopupOptions({
																	selectable: true,
								
																	position : 'top',
																	align	 : 'center',
																	
																	innerHtml: 'Ubicaci&oacute;n de la oficina',
								
																	innerHtmlStyle: {
																						color:'#666666', 
																						'text-align':'center'
																					},
																										
																	themeName: 	'green',
																	themePath: 	'images/jquerybubblepopup-theme'
																 
																});
	
	 $('#facebook-bubble').SetBubblePopupOptions({
																	selectable: true,
								
																	position : 'top',
																	align	 : 'center',
																	
																	innerHtml: 'facebook.com/soluciones3f',
								
																	innerHtmlStyle: {
																						color:'#666666', 
																						'text-align':'center'
																					},
																										
																	themeName: 	'green',
																	themePath: 	'images/jquerybubblepopup-theme'
																 
																});
	 $('#twitter-bubble').SetBubblePopupOptions({
																	selectable: true,
								
																	position : 'top',
																	align	 : 'center',
																	
																	innerHtml: '@soluciones3f',
								
																	innerHtmlStyle: {
																						color:'#666666', 
																						'text-align':'center'
																					},
																										
																	themeName: 	'green',
																	themePath: 	'images/jquerybubblepopup-theme'
																 
																});


});

