function init(){
	
	if(typeof Nifty == "function"){
		Nifty("div#context-box","big transparent bottom tr");
	}
}

window.onload = init;
