$(document).ready(function(){
						   
	/* ------------------------- */
	/* ----- PHP VARIABLES ----- */
	/* ------------------------- */
	
	//console.log(currentPage);
	
	
	/* ------------------------ */
	/* ----- PROJECT MENU ----- */	
	/* ------------------------ */	
	$('#projectMenu').children().children().filter('li').corner("top round 6px");
	
	var currentTab = $("[tabId=" + currentPage + "]");
	currentTab.addClass("current");
	
	/* ---------------------- */
	/* ----- PAGE ITEMS ----- */
	/* ---------------------- */
	$('.pageItem').corner("round 15px");
	
	/* -------------------- */
	/* ----- PORTLETS ----- */
	/* -------------------- */	
	//$('.portlet').prepend("<div class=\"pToggle\"><img src=\"img/slideUp.png\" alt=\"hide\"><img src=\"img/slideDown.png\" alt=\"show\" style=\"display:none;\"></div>");
	$('#sidePanelLeft' ).find('.portlet').corner("tr br round 10px");
	$('#sidePanelRight').find('.portlet').corner("tl bl round 10px");	
});