
/*
 * Datalogica Box Solution
 * http://www.datalogica.nl
 *
 * Copyright 2012, Ing. Rafael R. Dahan
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 */

function outofthebox() {
	TINY.box.show({
		html: 'Datalogica Software is tailored for you.<br/>It is guaranteed to work out-of-the-box but it is unique for you! Click to Close.',
		animate: false,
		close: false,
		boxid: 'csqe',
		top: 5
	});
}

function badidea() {
	TINY.box.show({
		html: 'A bad idea to place a simple mailto tag or email address on your contact page.<br/>Stop SPAM and use WebMailer for free. Click to Close.',
		animate: false,
		close: false,
		boxid: 'csqe',
		top:5
	});
}

function voorbeeld() {
	TINY.box.show({
		html: 'Datalogica Software is tailored for you.<br/>It is guaranteed to work out-of-the-box but it is unique for you!',
		animate: false,
		close: false,
		boxid: 'info',
		top:5
	});
}

function versions() {
	TINY.box.show({
		html: 'In fact both versions are the same. The Sandvox and RapidWeaver version is compatible with all standard template designs.<br/>Choose Dreamweaver if you develop your website within Dreamweaver or any other web building software.<br/><br/>Click to Close',
		animate: false,
		close: false,
		boxid: 'csqe',
		top:5
	});
}

function license() {
	TINY.box.show({
		html: 'Please note that your domain license will be created manually.<br/>Depending on where you live, you will receive the scripts in ZIP format within two hours via email.<br/><br/>Click to Close',
		animate: false,
		close: false,
		boxid: 'csqe',
		top:5
	});
}

function wm_free() {
	TINY.box.show({
		html: 'Simply turn auto response on or off!',
		animate: false, 
		close: false, 
		mask: false,
		boxid: 'success',
		autohide: 3,
		top: -14,
		left: -17
	});
}

function csqe() {
	TINY.box.show({
		html: '<img src="../static/layout/rafael_dahan.jpg" style="float:left; margin-right: 10px;">A Certified Software Quality Engineer understands software quality development and implementation, software inspection, testing, verification and validation; and implements software development and maintenance processes and methods.<br/><br/>Click to Close',
		animate: false,
		close: false, 
		boxid: 'csqe',
		top: 5
	});
}

