/*

BASE Functions

==================================================================================================================*/

//jQuery Load

$.noConflict();
jQuery(document).ready(function($) {
	$("#help a[title]").tooltip();
	
});


// Print Page
function printThis() {
	(window.print) ? window.print() : alert('To print his page press Ctrl-P on your keyboard \nor choose print from your browser or device after clicking OK');
}
