
////////////////////// STYLES

$.fn.qtip.styles.included_1 = { // Last part is the name of the style
   width: 300,
   background: '#D5FF6F',
   color: 'black',
   border: { width: 2, color: '#666', radius: 3},
   
   name: 'dark', // Inherit the rest of the attributes from the preset dark style
   tip: { corner: 'rightBottom' }
}


$.fn.qtip.styles.included_2 = { // Last part is the name of the style
   width: 300,
   name: 'dark', // Inherit the rest of the attributes from the preset dark style
   tip: { corner: 'rightBottom' },
    border: { width: 2, color: '#CCC', radius: 3}

}

////////////////////// END OF STYLES


$(".tooltip_seo").qtip({
   content:'<div style="font-size:12px; text-align:left;"><b>SEO:</b> Search engine optimization (SEO) is the process of improving the volume and quality of traffic to a website from search engines, via "natural" or "organic" search results. All our websites include basic website positioning. You can benefit from higher search results for free. </b></p><p><b>Service worth &#8364 250<br />With us you get it for FREE</b></p></div>',
   
   style: {  name: 'included_1' },
	
	position: {
      corner: { target: 'leftMiddle', tooltip: 'bottomRight'}  
	},
	
   show: { delay: 50 }
});




$(".tooltip_logo").qtip({
   content: '<div style="font-size:12px; text-align:left;"><b>LOGO DESIGN:</b> We will design your company logo - or redesign your old one - for free (only with our websites).<p><b>Service worth &#8364 195<br />With us you get it for FREE</b></p></div>',
   
   style: { name: 'included_2' },

  	position: {
      corner: { target: 'leftMiddle', tooltip: 'bottomRight'}  
	},

   show: { delay: 50 }
});


$(".tooltip_statistics").qtip({
   content:'<div style="font-size:12px; text-align:left;"><b>STATISTICS:</b> Google Analytics - This is a Google service that generates detailed statistics about visitors to a website. It will open up a world of information about your visitors that you probably never even knew about. You will receive free monthly reports on your website performance, in a PDF file straight to your inbox.<p><b>With us you get it for FREE</b></p></div>',
   
 
 
 style: {  name: 'included_1' },
	
	position: {
      corner: { target: 'leftMiddle', tooltip: 'bottomRight'}  
	},
	
   show: { delay: 50 }
});




$(".tooltip_newsletter").qtip({
   content:'<div style="font-size:12px; text-align:left;"><b>NEWSLETTER:</b> With easy to use tools, you can add your own content, select recipients and schedule your delivery. You won\'t believe how fast and friendly it is.<p><b>With us you get it for FREE</b></p></div>',
   
   style: {  name: 'included_2' },
	
	position: {
      corner: { target: 'leftMiddle', tooltip: 'bottomRight'}  
	},
	
   show: { delay: 50 }
});




$(".tooltip_hosting").qtip({
   content:'<div style="font-size:12px; text-align:left;"><b>HOSTING:</b> Once completed, your website must be placed on a web server (a computer permanently connected to the Internet). This means your site can be accessed anywhere in the world at any time. Keep your website 100% secure on our ultra-fast Lite Speed powered servers. 1st year free.<p><b>Service worth &#8364 95<br />With us you get it for FREE</b></p></div>',
   
   style: {  name: 'included_1' },
	
	position: {
      corner: { target: 'leftMiddle', tooltip: 'bottomRight'}  
	},
	
   show: { delay: 50 }
});


$(".tooltip_domain").qtip({
   content:'<div style="font-size:12px; text-align:left;"><b>DOMAIN NAME:</b> A domain name is the unique name that identifies an Internet site. It has two or more parts, separated by dots - for example: www.goweb.ie You don`t know how to buy your domain? No hassle! We do it for you. This will give you ownership of the name you use as your website address. <p><b>Service worth &#8364 45<br />With us you get it for FREE</b></p></div>',
   
   style: {  name: 'included_2' },
	
	position: {
      corner: { target: 'leftMiddle', tooltip: 'bottomRight'}  
	},
	
   show: { delay: 50 }
});



$(".tooltip_email").qtip({
   content:'<div style="font-size:12px; text-align:left;"><b>EMAIL ACCOUNTS:</b> Depending on your needs, we will create and help you to configure all your email accounts. You will get 10 or more accounts, depending on your website package.<p><b>With us you get it for FREE</b></p></div>',
   
   style: {  name: 'included_1' },
	
	position: {
      corner: { target: 'leftMiddle', tooltip: 'bottomRight'}  
	},
	
   show: { delay: 50 }
});


$(".tooltip_consultation").qtip({
   content:'<div style="font-size:12px; text-align:left;"><b>CONSULTATION:</b> Talk with a real person. Contact the GoWeb team for a friendly, no-obligation chat (in the Dublin city area). During our initial discussion, we will take the time to gain a full understanding of your requirements, answer your queries and explain how we can help your business. Why not give us a call at<b> +353 1 254 2023</b> or drop us a line using Free Quote button?<p><b>With us you get it for FREE</b></p></div>',
   
   style: {  name: 'included_2' },
	
	position: {
      corner: { target: 'leftMiddle', tooltip: 'bottomRight'}  
	},
	
   show: { delay: 50 }
});


$(".tooltip_photography").qtip({
   content:'<div style="font-size:12px; text-align:left;"><b>PHOTOGRAPHY:</b> A picture is worth a thousand words - sometimes more. If you need first-class pictures, we will supply professional photography for your website at no extra cost.<p><b>With us you get it for FREE</b></p></div>',
   
   style: {  name: 'included_1' },
	
	position: {
      corner: { target: 'leftMiddle', tooltip: 'bottomRight'}  
	},
	
   show: { delay: 50 }
});


