function openImage(imagePath){
	jQuery.facebox("<img src='"+imagePath+"' alt='' />");
}
