/*

BASE Functions

==================================================================================================================*/	

// Cufon Setup
Cufon.replace('.overview p, .products h2, .products h3, .products p, .navigation a', { fontFamily: 'Avenir' });


//jQuery Load
jQuery(document).ready(function() {

    jQuery('#slides ul').cycle({
        speed: 'fast',
        timeout: 10000
    });

}, function() {
    //GUnload();
});


// 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');
}

function printPage() { // legacy support
    printThis();
}
