/*

BASE Functions & jQuery init.

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

//jQuery Load
$(document).ready(function() {
	
});


// 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');
}
