jQuery(document).ready(function() {
	// Boostrap everything here!
	
	// call the onload function from functions.js
	doOnload();
	
	// initialize font size popup
	var oLettertypePopup = new Popup({
			sContent: 			'<img src="fileadmin/templates/skins/area/images/fontsize.png" />',
			sHideSelector:		''				// empty string, makes sure the popup closes itself when clicked
		}, '#fontSizeButton');
			
});



