function showScreenShot(content) {
	$.facebox(content);
}
function closeFacebox() {
	$.facebox.close();
}
