
document.observe('dom:loaded', function() {
	//Change Menu - Horizontal
	$$('div.masthead_box.beginner').each(function(element) {
		new Tip(element, '<h2>Mr Site&#146;s<br/>Takeaway Website Beginner</h2><p>Create your own website using Mr Sites Takeaway Website Beginner. Beginner gives you everything you need to get a professional dot com website online for business or pleasure online (eg www.yourname.com). Jargon free and seriously easy to use, get your own piece of the internet in the click of a few buttons.</p>', {
			style: 'darkgrey',
			hideAfter: true,
			hideOthers: true,
			stem: 'leftMiddle',
			hook: { target: 'rightMiddle', tip: 'leftMiddle' },
			offset: { x: 0, y: 0 },
			hideAfter: 500,
			width: '400px',
			borderColor: '#fff203',
			border: 1
		});
	});

	$$('div.masthead_box.standard').each(function(element) {
		new Tip(element, '<h2>Mr Site&#146;s<br/>Takeaway Website Standard</h2><p>Create your own website using the original award-winning Mr Sites Takeaway Website Standard. Standard gives you everything you need to get a professional dot com website online for business or pleasure online (eg www.yourname.com).</p><br/><p>Jargon free and seriously easy to use, get your own piece of the internet in the click of a few buttons.</p>', {
			style: 'creamy',
			hideAfter: true,
			hideOthers: true,
			stem: 'leftMiddle',
			hook: { target: 'rightMiddle', tip: 'leftMiddle' },
			offset: { x: 0, y: 0 },
			hideAfter: 500,
			width: '300px',
			borderColor: '#0094ca',
			border: 1
		});
	});
	
	$$('div.masthead_box.pro').each(function(element) {
		new Tip(element, '<h2>Mr Site&#146;s<br/>Takeaway Website for Professionals</h2><p>Create your own website using the award-winning Mr Sites Takeaway Website Professional. Pro give you everything you need to get a professional dot com website for your business online (eg www.yourbusiness.com).</p><br/><p>It has all of the simple-to-use features of the other Takeaway Website tools plus essential SiteBoost optimisation tools to help boost your position on search engines like Google and much more.</p>', {
			style: 'protoblue',
			hideAfter: true,
			hideOthers: true,
			stem: 'rightMiddle',
			hook: { target: 'leftMiddle', tip: 'rightMiddle' },
			offset: { x: 0, y: 0 },
			hideAfter: 500,
			width: '400px',
			borderColor: '#15181a',
			border: 1
		});
	});

	
	


	
});



